color codes Logo

#7f422c color codes

#7F422C
(127,66,44)
0 Favorites   0 Comments

Color spaces of #7f422c

RGB 1276644
HSL0.040.490.34
HSV16°65°50°
CMYK 0.000.480.65   0.50
XYZ11.15528.59033.4530
Yxy8.59030.48090.3703
Hunter Lab29.309216.646713.5313
CIE-Lab35.183224.185524.9413

#7f422c color RGB value is (127,66,44).

#7f422c hex color red value is 127, green value is 66 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #7f422c hue: 0.04 , saturation: 0.49 and the lightness value of 7f422c is 0.34.

The process color (four color CMYK) of #7f422c color code is 0.00, 0.48, 0.65, 0.50. Web safe color of #7f422c is #663333. Color #7f422c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000010 00101100
Octal 177 102 54
Decimal 127 66 44
Hex 7F 42 2C

RGB Percentages of Color #7f422c

%53.59
%27.85
%18.57

CMYK Percentages of Color #7f422c

%0
%48
%65
%50

Triadic Colors of #7f422c

#7f422c #2c7f42 #422c7f

Analogous Colors of #7f422c

#7f422c #7f6c2c #7f2c40

Monochromatic Colors of #7f422c

#7f422c

Complementary Color

#7f422c #2c697f

#7f422c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f422c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f422c Color CSS Codes

.mybgcolor {background-color:#7f422c; } 
.myforecolor {color:#7f422c; }
.mybordercolor {border:3px solid #7f422c; }

#7f422c Text Font Color

<p style="color:#7f422c">Text here</p>

This sample text font color is #7f422c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7f422c Background Color

<div style="background-color:#7f422c">
Div content here</div>

This div background color is #7f422c


#7f422c Border Color

<div style="border:3px solid #7f422c">
Div here</div>

This div border color is #7f422c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,66,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f422c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f422c;
  -webkit-box-shadow: 1px 1px 3px 2px #7f422c;
  box-shadow:         1px 1px 3px 2px #7f422c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,66,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7f422c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7f422c;
  -webkit-box-shadow: 1px 1px 3px 2px #7f422c;
  box-shadow:         1px 1px 3px 2px #7f422c;">
Div content here</div>

This div box has shadow with color #7f422c


Comments

No comments written yet.

Please login to write comment.