Color Hex Logo

#77806b Color Hex

#77806B
(119,128,107)
0 Favorites   0 Comments

Color spaces of #77806b

RGB 119128107
HSL0.240.090.46
HSV86°16°50°
CMYK 0.070.000.16   0.50
XYZ17.980820.421816.9040
Yxy20.42180.32510.3692
Hunter Lab45.1905-8.06029.4553
CIE-Lab52.3108-7.413410.2860

#77806b color RGB value is (119,128,107).

#77806b hex color red value is 119, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #77806b hue: 0.24 , saturation: 0.09 and the lightness value of 77806b is 0.46.

The process color (four color CMYK) of #77806b color hex is 0.07, 0.00, 0.16, 0.50. Web safe color of #77806b is #669966. Color #77806b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 01101011
Octal 167 200 153
Decimal 119 128 107
Hex 77 80 6B

RGB Percentages of Color #77806b

%33.62
%36.16
%30.23

CMYK Percentages of Color #77806b

%7
%0
%16
%50

Triadic Colors of #77806b

#77806b #6b7780 #806b77

Analogous Colors of #77806b

#77806b #6d806b #807f6b

Monochromatic Colors of #77806b

#77806b

Complementary Color

#77806b #746b80

#77806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77806b Color CSS Codes

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

#77806b Text Font Color

<p style="color:#77806b">Text here</p>

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


#77806b Background Color

<div style="background-color:#77806b">
Div content here</div>

This div background color is #77806b


#77806b Border Color

<div style="border:3px solid #77806b">
Div here</div>

This div border color is #77806b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,128,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77806b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77806b;
  -webkit-box-shadow: 1px 1px 3px 2px #77806b;
  box-shadow:         1px 1px 3px 2px #77806b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77806b


Comments

No comments written yet.

Please login to write comment.