#808D81

Color #808D81 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #808D81

Tints of Stack #808D81

Color information

#808D81 (or 0x808D81) is unknown color: approx Stack. HEX triplet: 80, 8D and 81. RGB value is (128,141,129). Sum of RGB (Red+Green+Blue) = 128+141+129=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #808D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D81 is #7F727E. Grayscale: #878787. Windows color (decimal): -8352383 or 8490368. OLE color: 8490368.

HSL color Cylindrical-coordinate representation of color #808D81: hue angle of 124.62º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D81 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB128141129-
CMYK0.0900.090.45
HSL124.62º5.39%52.75%-
HSV(B)124.62º9.22%55.29%-
XYZ22.3925.2224.46-
YUV135.74124.19122.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=32.16%
G=35.43%
B=32.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281411290.0900.090.45124.625.3952.75
Hex808D819092D7d535
Octal2002152011101155175565
Binary1000000010001101100000011001010011011011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D81; }

 p { color: rgb(128,141,129); }

 H1.HeaderClassName
 {
   color: #808D81;
 }
 .AnyTagClassName
 {
   color: #808D81;
 }
</style>
background-color css

<style>
 a { background-color: #808D81; }

 a { background-color: rgb(128,141,129); }

 div.DivClassName
 {
   background-color: #808D81;
 }
 .BgClassName
 {
   background-color: #808D81;
 }
</style>
border-color css

<style>
 span { border-color: #808D81; }

 span { border-color: rgb(128,141,129); }

 td.TdClassName
 {
   border-color: #808D81;
 }
 .TagClassName
 {
   border-color: #808D81;
 }
</style>