Color Hex Logo

#c77d7b Color Hex

#C77D7B
(199,125,123)
0 Favorites   0 Comments

Color spaces of #c77d7b

RGB 199125123
HSL0.000.400.63
HSV38°78°
CMYK 0.000.370.38   0.22
XYZ34.462028.239422.3733
Yxy28.23940.40510.3319
Hunter Lab53.140822.761712.2363
CIE-Lab60.104428.500313.1951

#c77d7b color RGB value is (199,125,123).

#c77d7b hex color red value is 199, green value is 125 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c77d7b hue: 0.00 , saturation: 0.40 and the lightness value of c77d7b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01111101 01111011
Octal 307 175 173
Decimal 199 125 123
Hex C7 7D 7B

RGB Percentages of Color #c77d7b

%44.52
%27.96
%27.52

CMYK Percentages of Color #c77d7b

%0
%37
%38
%22

Triadic Colors of #c77d7b

#c77d7b #7bc77d #7d7bc7

Analogous Colors of #c77d7b

#c77d7b #c7a37b #c77b9f

Monochromatic Colors of #c77d7b

#c77d7b

Complementary Color

#c77d7b #7bc5c7

#c77d7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c77d7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c77d7b Color CSS Codes

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

#c77d7b Text Font Color

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

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


#c77d7b Background Color

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

This div background color is #c77d7b


#c77d7b Border Color

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

This div border color is #c77d7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c77d7b


Comments

No comments written yet.

Please login to write comment.