Color Hex Logo

#c78a72 Color Hex

#C78A72
(199,138,114)
0 Favorites   0 Comments

Color spaces of #c78a72

RGB 199138114
HSL0.050.430.61
HSV17°43°78°
CMYK 0.000.310.43   0.22
XYZ35.678931.534020.1258
Yxy31.53400.40850.3611
Hunter Lab56.155115.140818.0593
CIE-Lab62.955920.357722.2035

#c78a72 color RGB value is (199,138,114).

#c78a72 hex color red value is 199, green value is 138 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c78a72 hue: 0.05 , saturation: 0.43 and the lightness value of c78a72 is 0.61.

The process color (four color CMYK) of #c78a72 color hex is 0.00, 0.31, 0.43, 0.22. Web safe color of #c78a72 is #cc9966. Color #c78a72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001010 01110010
Octal 307 212 162
Decimal 199 138 114
Hex C7 8A 72

RGB Percentages of Color #c78a72

%44.12
%30.60
%25.28

CMYK Percentages of Color #c78a72

%0
%31
%43
%22

Triadic Colors of #c78a72

#c78a72 #72c78a #8a72c7

Analogous Colors of #c78a72

#c78a72 #c7b572 #c77285

Monochromatic Colors of #c78a72

#c78a72

Complementary Color

#c78a72 #72afc7

#c78a72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78a72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78a72 Color CSS Codes

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

#c78a72 Text Font Color

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

This sample text font color is #c78a72
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.


#c78a72 Background Color

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

This div background color is #c78a72


#c78a72 Border Color

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

This div border color is #c78a72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,138,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c78a72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c78a72;
  -webkit-box-shadow: 1px 1px 3px 2px #c78a72;
  box-shadow:         1px 1px 3px 2px #c78a72; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,138,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78a72


Comments

No comments written yet.

Please login to write comment.