Color Hex Logo

#c78076 Color Hex

#C78076
(199,128,118)
0 Favorites   0 Comments

Color spaces of #c78076

RGB 199128118
HSL0.020.420.62
HSV41°78°
CMYK 0.000.360.41   0.22
XYZ34.542428.888520.8950
Yxy28.88850.40960.3426
Hunter Lab53.748020.658114.5741
CIE-Lab60.683126.283016.8517

#c78076 color RGB value is (199,128,118).

#c78076 hex color red value is 199, green value is 128 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c78076 hue: 0.02 , saturation: 0.42 and the lightness value of c78076 is 0.62.

The process color (four color CMYK) of #c78076 color hex is 0.00, 0.36, 0.41, 0.22. Web safe color of #c78076 is #cc9966. Color #c78076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000000 01110110
Octal 307 200 166
Decimal 199 128 118
Hex C7 80 76

RGB Percentages of Color #c78076

%44.72
%28.76
%26.52

CMYK Percentages of Color #c78076

%0
%36
%41
%22

Triadic Colors of #c78076

#c78076 #76c780 #8076c7

Analogous Colors of #c78076

#c78076 #c7a976 #c77695

Monochromatic Colors of #c78076

#c78076

Complementary Color

#c78076 #76bdc7

#c78076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78076 Color CSS Codes

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

#c78076 Text Font Color

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

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


#c78076 Background Color

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

This div background color is #c78076


#c78076 Border Color

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

This div border color is #c78076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78076


Comments

No comments written yet.

Please login to write comment.