Color Hex Logo

#77655c Color Hex

#77655C
(119,101,92)
0 Favorites   0 Comments

Color spaces of #77655c

RGB 11910192
HSL0.060.130.41
HSV20°23°47°
CMYK 0.000.150.23   0.53
XYZ14.193214.002012.0798
Yxy14.00200.35240.3477
Hunter Lab37.41922.22177.0533
CIE-Lab44.23585.63047.7534

#77655c color RGB value is (119,101,92).

#77655c hex color red value is 119, green value is 101 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #77655c hue: 0.06 , saturation: 0.13 and the lightness value of 77655c is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 01011100
Octal 167 145 134
Decimal 119 101 92
Hex 77 65 5C

RGB Percentages of Color #77655c

%38.14
%32.37
%29.49

CMYK Percentages of Color #77655c

%0
%15
%23
%53

Triadic Colors of #77655c

#77655c #5c7765 #655c77

Analogous Colors of #77655c

#77655c #77735c #775c61

Monochromatic Colors of #77655c

#77655c

Complementary Color

#77655c #5c6e77

#77655c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77655c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77655c Color CSS Codes

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

#77655c Text Font Color

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

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


#77655c Background Color

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

This div background color is #77655c


#77655c Border Color

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

This div border color is #77655c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77655c


Comments

No comments written yet.

Please login to write comment.