Color Hex Logo

#c77775 Color Hex

#C77775
(199,119,117)
0 Favorites   0 Comments

Color spaces of #c77775

RGB 199119117
HSL0.000.420.62
HSV41°78°
CMYK 0.000.400.41   0.22
XYZ33.360926.620120.2095
Yxy26.62010.41600.3320
Hunter Lab51.594725.126712.8925
CIE-Lab58.621031.055714.5720

#c77775 color RGB value is (199,119,117).

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

The process color (four color CMYK) of #c77775 color hex is 0.00, 0.40, 0.41, 0.22. Web safe color of #c77775 is #cc6666. Color #c77775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110111 01110101
Octal 307 167 165
Decimal 199 119 117
Hex C7 77 75

RGB Percentages of Color #c77775

%45.75
%27.36
%26.90

CMYK Percentages of Color #c77775

%0
%40
%41
%22

Triadic Colors of #c77775

#c77775 #75c777 #7775c7

Analogous Colors of #c77775

#c77775 #c7a075 #c7759c

Monochromatic Colors of #c77775

#c77775

Complementary Color

#c77775 #75c5c7

#c77775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77775 Color CSS Codes

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

#c77775 Text Font Color

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

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


#c77775 Background Color

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

This div background color is #c77775


#c77775 Border Color

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

This div border color is #c77775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77775


Comments

No comments written yet.

Please login to write comment.