Html Css Color HEX #828582 Stack

📋 copy color: '#828582'

red 130 ◦ green 133 ◦ blue 130

#828582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stack #828582

Tints of Stack #828582

RGB

 RED value IS 130 (51.17% from 255) = 33.08%

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 33.08%
G = 33.84%
B = 33.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#828582 (or 0x828582) is known color: Stack. HEX triplet: 82, 85 and 82. RGB value is (130,133,130). Sum of RGB (Red+Green+Blue) = 130+133+130=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 133 - color contains mainly: green. Hex color #828582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828582 is #7D7A7D. Grayscale: #838383. Windows color (decimal): -8223358 or 8553858. OLE color: 8553858.

HSL color Cylindrical-coordinate representation of color #828582: hue angle of 120º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828582 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 130 -
CMYK 0.02 0 0.02 0.48
HSL 120º 0.01% 0.52% -
HSV(B) 120º 0.02% 0.52% -
XYZ 21.62 23.13 24.44 -
YUV 131.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 130 133 130 0.02 0 0.02 0.48 120 0.01 0.52
Hex 82 85 82 2 0 2 30 78 1 34
Octal 202 205 202 2 0 2 60 170 1 64
Binary 10000010 10000101 10000010 10 0 10 110000 1111000 1 110100

Color Harmonies of #828582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828582

Black with #828582

Text Example


Text Example

White with #828582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828582; }

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

 H1.HeaderClassName
 {
   color: #828582;
 }
 .AnyTagClassName
 {
   color: #828582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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