Html Css Color HEX #828382 Stack

📋 copy color: '#828382'

red 130 ◦ green 131 ◦ blue 130

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

Shades of Stack #828382

Tints of Stack #828382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

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

R = 33.25%
G = 33.5%
B = 33.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#828382 (or 0x828382) is known color: Stack. HEX triplet: 82, 83 and 82. RGB value is (130,131,130). Sum of RGB (Red+Green+Blue) = 130+131+130=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 131 - color contains mainly: green. Hex color #828382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828382 is #7D7C7D. Grayscale: #828282. Windows color (decimal): -8223870 or 8553346. OLE color: 8553346.

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

Color convert

RGB 130 131 130 -
CMYK 0.01 0 0.01 0.49
HSL 120º 0% 0.51% -
HSV(B) 120º 0.01% 0.51% -
XYZ 21.35 22.59 24.35 -
YUV 130.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 130 131 130 0.01 0 0.01 0.49 120 0 0.51
Hex 82 83 82 1 0 1 31 78 0 33
Octal 202 203 202 1 0 1 61 170 0 63
Binary 10000010 10000011 10000010 1 0 1 110001 1111000 0 110011

Color Harmonies of #828382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828382

Black with #828382

Text Example


Text Example

White with #828382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828382; }

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

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

background-color css

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

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

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

border-color css

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

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

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