#829782

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

Shades of Stack #829782

Tints of Stack #829782

Color information

#829782 (or 0x829782) is unknown color: approx Stack. HEX triplet: 82, 97 and 82. RGB value is (130,151,130). Sum of RGB (Red+Green+Blue) = 130+151+130=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #829782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829782 is #7D687D. Grayscale: #8E8E8E. Windows color (decimal): -8218750 or 8558466. OLE color: 8558466.

HSL color Cylindrical-coordinate representation of color #829782: hue angle of 120º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829782 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB130151130-
CMYK0.1400.140.41
HSL120º9.17%55.1%-
HSV(B)120º13.91%59.22%-
XYZ24.328.4925.34-
YUV142.33121.04119.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=31.63%
G=36.74%
B=31.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511300.1400.140.411209.1755.1
Hex829782E0E2978937
Octal20222720216016511701167
Binary10000010100101111000001011100111010100111110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829782; }

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

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

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

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

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

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

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

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