#808F82

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

Shades of Stack #808F82

Tints of Stack #808F82

Color information

#808F82 (or 0x808F82) is unknown color: approx Stack. HEX triplet: 80, 8F and 82. RGB value is (128,143,130). Sum of RGB (Red+Green+Blue) = 128+143+130=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 143 - color contains mainly: green. Hex color #808F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F82 is #7F707D. Grayscale: #898989. Windows color (decimal): -8351870 or 8556416. OLE color: 8556416.

HSL color Cylindrical-coordinate representation of color #808F82: hue angle of 128º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808F82 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB128143130-
CMYK0.1000.090.44
HSL128º6.28%53.14%-
HSV(B)128º10.49%56.08%-
XYZ22.7525.8524.91-
YUV137.03124.03121.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=31.92%
G=35.66%
B=32.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281431300.1000.090.441286.2853.14
Hex808F82A092C80635
Octal2002172021201154200665
Binary10000000100011111000001010100100110110010000000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,143,130); }

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

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

 a { background-color: rgb(128,143,130); }

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

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

 span { border-color: rgb(128,143,130); }

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