Color Hex Logo

#77816c Color Hex

#77816C
(119,129,108)
0 Favorites   0 Comments

Color spaces of #77816c

RGB 119129108
HSL0.250.090.46
HSV89°16°51°
CMYK 0.080.000.16   0.49
XYZ18.164820.705217.2265
Yxy20.70520.32380.3691
Hunter Lab45.5030-8.37299.4061
CIE-Lab52.6253-7.793410.1490

#77816c color RGB value is (119,129,108).

#77816c hex color red value is 119, green value is 129 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #77816c hue: 0.25 , saturation: 0.09 and the lightness value of 77816c is 0.46.

The process color (four color CMYK) of #77816c color hex is 0.08, 0.00, 0.16, 0.49. Web safe color of #77816c is #669966. Color #77816c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000001 01101100
Octal 167 201 154
Decimal 119 129 108
Hex 77 81 6C

RGB Percentages of Color #77816c

%33.43
%36.24
%30.34

CMYK Percentages of Color #77816c

%8
%0
%16
%49

Triadic Colors of #77816c

#77816c #6c7781 #816c77

Analogous Colors of #77816c

#77816c #6d816c #81816c

Monochromatic Colors of #77816c

#77816c

Complementary Color

#77816c #766c81

#77816c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77816c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77816c Color CSS Codes

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

#77816c Text Font Color

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

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


#77816c Background Color

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

This div background color is #77816c


#77816c Border Color

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

This div border color is #77816c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77816c


Comments

No comments written yet.

Please login to write comment.