Color Hex Logo

#77655e Color Hex

#77655E
(119,101,94)
0 Favorites   0 Comments

Color spaces of #77655e

RGB 11910194
HSL0.050.120.42
HSV17°21°47°
CMYK 0.000.150.21   0.53
XYZ14.281814.037512.5464
Yxy14.03750.34950.3435
Hunter Lab37.46672.47526.3723
CIE-Lab44.28675.96206.6193

#77655e color RGB value is (119,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 01011110
Octal 167 145 136
Decimal 119 101 94
Hex 77 65 5E

RGB Percentages of Color #77655e

%37.90
%32.17
%29.94

CMYK Percentages of Color #77655e

%0
%15
%21
%53

Triadic Colors of #77655e

#77655e #5e7765 #655e77

Analogous Colors of #77655e

#77655e #77725e #775e64

Monochromatic Colors of #77655e

#77655e

Complementary Color

#77655e #5e7077

#77655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77655e Color CSS Codes

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

#77655e Text Font Color

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

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


#77655e Background Color

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

This div background color is #77655e


#77655e Border Color

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

This div border color is #77655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77655e


Comments

No comments written yet.

Please login to write comment.