Color Hex Logo

#77556e Color Hex

#77556E
(119,85,110)
0 Favorites   0 Comments

Color spaces of #77556e

RGB 11985110
HSL0.880.170.40
HSV316°29°47°
CMYK 0.000.290.08   0.53
XYZ13.670711.544716.2597
Yxy11.54470.32960.2784
Hunter Lab33.977512.3581-4.5886
CIE-Lab40.483118.5097-8.7231

#77556e color RGB value is (119,85,110).

#77556e hex color red value is 119, green value is 85 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #77556e hue: 0.88 , saturation: 0.17 and the lightness value of 77556e is 0.40.

The process color (four color CMYK) of #77556e color hex is 0.00, 0.29, 0.08, 0.53. Web safe color of #77556e is #666666. Color #77556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010101 01101110
Octal 167 125 156
Decimal 119 85 110
Hex 77 55 6E

RGB Percentages of Color #77556e

%37.90
%27.07
%35.03

CMYK Percentages of Color #77556e

%0
%29
%8
%53

Triadic Colors of #77556e

#77556e #6e7755 #556e77

Analogous Colors of #77556e

#77556e #77555d #6f5577

Monochromatic Colors of #77556e

#77556e

Complementary Color

#77556e #55775e

#77556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77556e Color CSS Codes

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

#77556e Text Font Color

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

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


#77556e Background Color

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

This div background color is #77556e


#77556e Border Color

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

This div border color is #77556e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,85,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77556e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77556e;
  -webkit-box-shadow: 1px 1px 3px 2px #77556e;
  box-shadow:         1px 1px 3px 2px #77556e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77556e


Comments

No comments written yet.

Please login to write comment.