Html Css Color HEX #828981 Stack

📋 copy color: '#828981'

red 130 ◦ green 137 ◦ blue 129

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

Shades of Stack #828981

Tints of Stack #828981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 32.83%
G = 34.6%
B = 32.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#828981 (or 0x828981) is known color: Stack. HEX triplet: 82, 89 and 81. RGB value is (130,137,129). Sum of RGB (Red+Green+Blue) = 130+137+129=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 137 - color contains mainly: green. Hex color #828981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828981 is #7D767E. Grayscale: #868686. Windows color (decimal): -8222335 or 8489346. OLE color: 8489346.

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

Color convert

RGB 130 137 129 -
CMYK 0.05 0 0.06 0.46
HSL 112.5º 0.03% 0.52% -
HSV(B) 112.5º 0.06% 0.54% -
XYZ 22.11 24.22 24.28 -
YUV 134 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 130 137 129 0.05 0 0.06 0.46 112.5 0.03 0.52
Hex 82 89 81 5 0 6 2E 70 3 34
Octal 202 211 201 5 0 6 56 160 3 64
Binary 10000010 10001001 10000001 101 0 110 101110 1110000 11 110100

Color Harmonies of #828981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828981

Black with #828981

Text Example


Text Example

White with #828981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828981; }

 p { color: rgb(130,137,129); }

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

background-color css

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

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

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

border-color css

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

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

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