Color Hex Logo

#77576a Color Hex

#77576A
(119,87,106)
0 Favorites   0 Comments

Color spaces of #77576a

RGB 11987106
HSL0.900.160.40
HSV324°27°47°
CMYK 0.000.270.11   0.53
XYZ13.617511.778915.1915
Yxy11.77890.33550.2902
Hunter Lab34.320410.7638-2.2197
CIE-Lab40.862516.5341-5.6925

#77576a color RGB value is (119,87,106).

#77576a hex color red value is 119, green value is 87 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #77576a hue: 0.90 , saturation: 0.16 and the lightness value of 77576a is 0.40.

The process color (four color CMYK) of #77576a color hex is 0.00, 0.27, 0.11, 0.53. Web safe color of #77576a is #666666. Color #77576a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010111 01101010
Octal 167 127 152
Decimal 119 87 106
Hex 77 57 6A

RGB Percentages of Color #77576a

%38.14
%27.88
%33.97

CMYK Percentages of Color #77576a

%0
%27
%11
%53

Triadic Colors of #77576a

#77576a #6a7757 #576a77

Analogous Colors of #77576a

#77576a #77575a #745777

Monochromatic Colors of #77576a

#77576a

Complementary Color

#77576a #577764

#77576a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77576a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77576a Color CSS Codes

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

#77576a Text Font Color

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

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


#77576a Background Color

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

This div background color is #77576a


#77576a Border Color

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

This div border color is #77576a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,87,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77576a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77576a;
  -webkit-box-shadow: 1px 1px 3px 2px #77576a;
  box-shadow:         1px 1px 3px 2px #77576a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77576a


Comments

No comments written yet.

Please login to write comment.