Color Hex Logo

#77605e Color Hex

#77605E
(119,96,94)
0 Favorites   0 Comments

Color spaces of #77605e

RGB 1199694
HSL0.010.120.42
HSV21°47°
CMYK 0.000.190.21   0.53
XYZ13.811013.095812.3895
Yxy13.09580.35150.3333
Hunter Lab36.18814.79435.0329
CIE-Lab42.90728.95424.6484

#77605e color RGB value is (119,96,94).

#77605e hex color red value is 119, green value is 96 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #77605e hue: 0.01 , saturation: 0.12 and the lightness value of 77605e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 01011110
Octal 167 140 136
Decimal 119 96 94
Hex 77 60 5E

RGB Percentages of Color #77605e

%38.51
%31.07
%30.42

CMYK Percentages of Color #77605e

%0
%19
%21
%53

Triadic Colors of #77605e

#77605e #5e7760 #605e77

Analogous Colors of #77605e

#77605e #776d5e #775e69

Monochromatic Colors of #77605e

#77605e

Complementary Color

#77605e #5e7577

#77605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77605e Color CSS Codes

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

#77605e Text Font Color

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

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


#77605e Background Color

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

This div background color is #77605e


#77605e Border Color

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

This div border color is #77605e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,96,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 #77605e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77605e


Comments

No comments written yet.

Please login to write comment.