Color Hex Logo

#808676 Color Hex

#808676
(128,134,118)
0 Favorites   0 Comments

Color spaces of #808676

RGB 128134118
HSL0.230.060.49
HSV83°12°53°
CMYK 0.040.000.12   0.47
XYZ20.697222.947420.4780
Yxy22.94740.32280.3579
Hunter Lab47.9034-6.70828.1868
CIE-Lab55.0181-5.30117.8570

#808676 color RGB value is (128,134,118).

#808676 hex color red value is 128, green value is 134 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #808676 hue: 0.23 , saturation: 0.06 and the lightness value of 808676 is 0.49.

The process color (four color CMYK) of #808676 color hex is 0.04, 0.00, 0.12, 0.47. Web safe color of #808676 is #999966. Color #808676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 01110110
Octal 200 206 166
Decimal 128 134 118
Hex 80 86 76

RGB Percentages of Color #808676

%33.68
%35.26
%31.05

CMYK Percentages of Color #808676

%4
%0
%12
%47

Triadic Colors of #808676

#808676 #768086 #867680

Analogous Colors of #808676

#808676 #788676 #868476

Monochromatic Colors of #808676

#808676

Complementary Color

#808676 #7c7686

#808676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808676 Color CSS Codes

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

#808676 Text Font Color

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

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


#808676 Background Color

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

This div background color is #808676


#808676 Border Color

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

This div border color is #808676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808676


Comments

No comments written yet.

Please login to write comment.