Html Css Color HEX #828E80 Stack

📋 copy color: '#828E80'

red 130 ◦ green 142 ◦ blue 128

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

Shades of Stack #828E80

Tints of Stack #828E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32%

R = 32.5%
G = 35.5%
B = 32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#828E80 (or 0x828E80) is known color: Stack. HEX triplet: 82, 8E and 80. RGB value is (130,142,128). Sum of RGB (Red+Green+Blue) = 130+142+128=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 142 - color contains mainly: green. Hex color #828E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E80 is #7D717F. Grayscale: #888888. Windows color (decimal): -8221056 or 8425090. OLE color: 8425090.

HSL color Cylindrical-coordinate representation of color #828E80: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828E80 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 128 -
CMYK 0.08 0 0.10 0.44
HSL 111.43º 0.06% 0.53% -
HSV(B) 111.43º 0.1% 0.56% -
XYZ 22.78 25.65 24.17 -
YUV 136.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 130 142 128 0.08 0 0.10 0.44 111.43 0.06 0.53
Hex 82 8E 80 8 0 A 2C 6F 6 35
Octal 202 216 200 10 0 12 54 157 6 65
Binary 10000010 10001110 10000000 1000 0 1010 101100 1101111 110 110101

Color Harmonies of #828E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E80

Black with #828E80

Text Example


Text Example

White with #828E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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