#808F81

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

Shades of Stack #808F81

Tints of Stack #808F81

Color information

#808F81 (or 0x808F81) is unknown color: approx Stack. HEX triplet: 80, 8F and 81. RGB value is (128,143,129). Sum of RGB (Red+Green+Blue) = 128+143+129=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 143 - color contains mainly: green. Hex color #808F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808F81 is #7F707E. Grayscale: #888888. Windows color (decimal): -8351871 or 8490880. OLE color: 8490880.

HSL color Cylindrical-coordinate representation of color #808F81: hue angle of 124º 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 #808F81 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB128143129-
CMYK0.1000.100.44
HSL124º6.28%53.14%-
HSV(B)124º10.49%56.08%-
XYZ22.6925.8224.56-
YUV136.92123.53121.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=32%
G=35.75%
B=32.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281431290.1000.100.441246.2853.14
Hex808F81A0A2C7c635
Octal2002172011201254174665
Binary1000000010001111100000011010010101011001111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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