Html Css Color HEX #828F80 Stack

📋 copy color: '#828F80'

red 130 ◦ green 143 ◦ blue 128

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

Shades of Stack #828F80

Tints of Stack #828F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 32.42%
G = 35.66%
B = 31.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#828F80 (or 0x828F80) is known color: Stack. HEX triplet: 82, 8F and 80. RGB value is (130,143,128). Sum of RGB (Red+Green+Blue) = 130+143+128=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 143 - color contains mainly: green. Hex color #828F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F80 is #7D707F. Grayscale: #898989. Windows color (decimal): -8220800 or 8425346. OLE color: 8425346.

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

Color convert

RGB 130 143 128 -
CMYK 0.09 0 0.10 0.44
HSL 112º 0.06% 0.53% -
HSV(B) 112º 0.1% 0.56% -
XYZ 22.92 25.95 24.22 -
YUV 137.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 130 143 128 0.09 0 0.10 0.44 112 0.06 0.53
Hex 82 8F 80 9 0 A 2C 70 6 35
Octal 202 217 200 11 0 12 54 160 6 65
Binary 10000010 10001111 10000000 1001 0 1010 101100 1110000 110 110101

Color Harmonies of #828F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F80

Black with #828F80

Text Example


Text Example

White with #828F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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