Html Css Color HEX #828E84 Stack

📋 copy color: '#828E84'

red 130 ◦ green 142 ◦ blue 132

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

Shades of Stack #828E84

Tints of Stack #828E84

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.15%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 32.18%
G = 35.15%
B = 32.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#828E84 (or 0x828E84) is known color: Stack. HEX triplet: 82, 8E and 84. RGB value is (130,142,132). Sum of RGB (Red+Green+Blue) = 130+142+132=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 142 - color contains mainly: green. Hex color #828E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E84 is #7D717B. Grayscale: #898989. Windows color (decimal): -8221052 or 8687234. OLE color: 8687234.

HSL color Cylindrical-coordinate representation of color #828E84: hue angle of 130º 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 #828E84 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 132 -
CMYK 0.08 0 0.07 0.44
HSL 130º 0.05% 0.53% -
HSV(B) 130º 0.08% 0.56% -
XYZ 23.04 25.76 25.59 -
YUV 137.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 130 142 132 0.08 0 0.07 0.44 130 0.05 0.53
Hex 82 8E 84 8 0 7 2C 82 5 35
Octal 202 216 204 10 0 7 54 202 5 65
Binary 10000010 10001110 10000100 1000 0 111 101100 10000010 101 110101

Color Harmonies of #828E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E84

Black with #828E84

Text Example


Text Example

White with #828E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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