Color Hex Logo

#808979 Color Hex

#808979
(128,137,121)
0 Favorites   0 Comments

Color spaces of #808979

RGB 128137121
HSL0.260.060.51
HSV94°12°54°
CMYK 0.070.000.12   0.46
XYZ21.298923.861021.5722
Yxy23.86100.31920.3576
Hunter Lab48.8477-7.65288.0097
CIE-Lab55.9484-6.42357.4553

#808979 color RGB value is (128,137,121).

#808979 hex color red value is 128, green value is 137 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #808979 hue: 0.26 , saturation: 0.06 and the lightness value of 808979 is 0.51.

The process color (four color CMYK) of #808979 color hex is 0.07, 0.00, 0.12, 0.46. Web safe color of #808979 is #999966. Color #808979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 01111001
Octal 200 211 171
Decimal 128 137 121
Hex 80 89 79

RGB Percentages of Color #808979

%33.16
%35.49
%31.35

CMYK Percentages of Color #808979

%7
%0
%12
%46

Triadic Colors of #808979

#808979 #798089 #897980

Analogous Colors of #808979

#808979 #79897a #888979

Monochromatic Colors of #808979

#808979

Complementary Color

#808979 #827989

#808979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808979 Color CSS Codes

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

#808979 Text Font Color

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

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


#808979 Background Color

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

This div background color is #808979


#808979 Border Color

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

This div border color is #808979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,137,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808979;
  -webkit-box-shadow: 1px 1px 3px 2px #808979;
  box-shadow:         1px 1px 3px 2px #808979; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808979


Comments

No comments written yet.

Please login to write comment.