#828E82

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

Shades of Stack #828E82

Tints of Stack #828E82

Color information

#828E82 (or 0x828E82) is unknown color: approx Stack. HEX triplet: 82, 8E and 82. RGB value is (130,142,130). Sum of RGB (Red+Green+Blue) = 130+142+130=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #828E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E82 is #7D717D. Grayscale: #898989. Windows color (decimal): -8221054 or 8556162. OLE color: 8556162.

HSL color Cylindrical-coordinate representation of color #828E82: hue angle of 120º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828E82 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB130142130-
CMYK0.0800.080.44
HSL120º5.04%53.33%-
HSV(B)120º8.45%55.69%-
XYZ22.9125.724.87-
YUV137.04124.02122.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=32.34%
G=35.32%
B=32.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301421300.0800.080.441205.0453.33
Hex828E828082C78535
Octal2022162021001054170565
Binary1000001010001110100000101000010001011001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828E82; }

 p { color: rgb(130,142,130); }

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

<style>
 a { background-color: #828E82; }

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

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

<style>
 span { border-color: #828E82; }

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

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