Color Hex Logo

#77565e Color Hex

#77565E
(119,86,94)
0 Favorites   0 Comments

Color spaces of #77565e

RGB 1198694
HSL0.960.160.40
HSV345°28°47°
CMYK 0.000.280.21   0.53
XYZ12.955911.385712.1045
Yxy11.38570.35550.3124
Hunter Lab33.74279.48742.3508
CIE-Lab40.222614.98470.7687

#77565e color RGB value is (119,86,94).

#77565e hex color red value is 119, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #77565e hue: 0.96 , saturation: 0.16 and the lightness value of 77565e is 0.40.

The process color (four color CMYK) of #77565e color hex is 0.00, 0.28, 0.21, 0.53. Web safe color of #77565e is #666666. Color #77565e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010110 01011110
Octal 167 126 136
Decimal 119 86 94
Hex 77 56 5E

RGB Percentages of Color #77565e

%39.80
%28.76
%31.44

CMYK Percentages of Color #77565e

%0
%28
%21
%53

Triadic Colors of #77565e

#77565e #5e7756 #565e77

Analogous Colors of #77565e

#77565e #775f56 #77566f

Monochromatic Colors of #77565e

#77565e

Complementary Color

#77565e #56776f

#77565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77565e Color CSS Codes

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

#77565e Text Font Color

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

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


#77565e Background Color

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

This div background color is #77565e


#77565e Border Color

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

This div border color is #77565e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77565e


Comments

No comments written yet.

Please login to write comment.