Html Css Color HEX #828A82 Stack

📋 copy color: '#828A82'

red 130 ◦ green 138 ◦ blue 130

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

Shades of Stack #828A82

Tints of Stack #828A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

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

R = 32.66%
G = 34.67%
B = 32.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#828A82 (or 0x828A82) is known color: Stack. HEX triplet: 82, 8A and 82. RGB value is (130,138,130). Sum of RGB (Red+Green+Blue) = 130+138+130=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 138 - color contains mainly: green. Hex color #828A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A82 is #7D757D. Grayscale: #868686. Windows color (decimal): -8222078 or 8555138. OLE color: 8555138.

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

Color convert

RGB 130 138 130 -
CMYK 0.06 0 0.06 0.46
HSL 120º 0.03% 0.53% -
HSV(B) 120º 0.06% 0.54% -
XYZ 22.32 24.53 24.68 -
YUV 134.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 130 138 130 0.06 0 0.06 0.46 120 0.03 0.53
Hex 82 8A 82 6 0 6 2E 78 3 35
Octal 202 212 202 6 0 6 56 170 3 65
Binary 10000010 10001010 10000010 110 0 110 101110 1111000 11 110101

Color Harmonies of #828A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A82

Black with #828A82

Text Example


Text Example

White with #828A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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