Color Hex Logo

#c77d66 Color Hex

#C77D66
(199,125,102)
0 Favorites   0 Comments

Color spaces of #c77d66

RGB 199125102
HSL0.040.460.59
HSV14°49°78°
CMYK 0.000.370.49   0.22
XYZ33.285127.768716.1759
Yxy27.76870.43100.3596
Hunter Lab52.696020.530418.6872
CIE-Lab59.679226.227324.5561

#c77d66 color RGB value is (199,125,102).

#c77d66 hex color red value is 199, green value is 125 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c77d66 hue: 0.04 , saturation: 0.46 and the lightness value of c77d66 is 0.59.

The process color (four color CMYK) of #c77d66 color hex is 0.00, 0.37, 0.49, 0.22. Web safe color of #c77d66 is #cc6666. Color #c77d66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 01100110
Octal 307 175 146
Decimal 199 125 102
Hex C7 7D 66

RGB Percentages of Color #c77d66

%46.71
%29.34
%23.94

CMYK Percentages of Color #c77d66

%0
%37
%49
%22

Triadic Colors of #c77d66

#c77d66 #66c77d #7d66c7

Analogous Colors of #c77d66

#c77d66 #c7ae66 #c76680

Monochromatic Colors of #c77d66

#c77d66

Complementary Color

#c77d66 #66b0c7

#c77d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77d66 Color CSS Codes

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

#c77d66 Text Font Color

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

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


#c77d66 Background Color

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

This div background color is #c77d66


#c77d66 Border Color

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

This div border color is #c77d66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77d66


Comments

No comments written yet.

Please login to write comment.