#818F80

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

Shades of Stack #818F80

Tints of Stack #818F80

Color information

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

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

Color convert

RGB129143128-
CMYK0.1000.100.44
HSL116º6.28%53.14%-
HSV(B)116º10.49%56.08%-
XYZ22.7725.8724.22-
YUV137.1122.86122.22-

RGB Variations

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

RGB

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

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
Decimal1291431280.1000.100.441166.2853.14
Hex818F80A0A2C74635
Octal2012172001201254164665
Binary1000000110001111100000001010010101011001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818F80; }

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

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

<style>
 a { background-color: #818F80; }

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

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

<style>
 span { border-color: #818F80; }

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

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