#818C80

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

Shades of Stack #818C80

Tints of Stack #818C80

Color information

#818C80 (or 0x818C80) is unknown color: approx Stack. HEX triplet: 81, 8C and 80. RGB value is (129,140,128). Sum of RGB (Red+Green+Blue) = 129+140+128=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #818C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C80 is #7E737F. Grayscale: #878787. Windows color (decimal): -8287104 or 8424577. OLE color: 8424577.

HSL color Cylindrical-coordinate representation of color #818C80: hue angle of 115º 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 #818C80 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB129140128-
CMYK0.0800.090.45
HSL115º4.96%52.55%-
HSV(B)115º8.57%54.9%-
XYZ22.3324.9824.07-
YUV135.34123.86123.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=32.49%
G=35.26%
B=32.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401280.0800.090.451154.9652.55
Hex818C808092D73535
Octal2012142001001155163565
Binary1000000110001100100000001000010011011011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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