#818C82

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

Shades of Stack #818C82

Tints of Stack #818C82

Color information

#818C82 (or 0x818C82) is unknown color: approx Stack. HEX triplet: 81, 8C and 82. RGB value is (129,140,130). Sum of RGB (Red+Green+Blue) = 129+140+130=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 140 - color contains mainly: green. Hex color #818C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C82 is #7E737D. Grayscale: #878787. Windows color (decimal): -8287102 or 8555649. OLE color: 8555649.

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

Color convert

RGB129140130-
CMYK0.0800.070.45
HSL125.45º4.56%52.75%-
HSV(B)125.45º7.86%54.9%-
XYZ22.4625.0424.77-
YUV135.57124.86123.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=32.33%
G=35.09%
B=32.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401300.0800.070.45125.454.5652.75
Hex818C828072D7d535
Octal201214202100755175565
Binary100000011000110010000010100001111011011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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