Html Css Color HEX #828F81 Stack

📋 copy color: '#828F81'

red 130 ◦ green 143 ◦ blue 129

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

Shades of Stack #828F81

Tints of Stack #828F81

RGB

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

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

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

R = 32.34%
G = 35.57%
B = 32.09%

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

#828F81 (or 0x828F81) is known color: Stack. HEX triplet: 82, 8F and 81. RGB value is (130,143,129). Sum of RGB (Red+Green+Blue) = 130+143+129=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 143 - color contains mainly: green. Hex color #828F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F81 is #7D707E. Grayscale: #898989. Windows color (decimal): -8220799 or 8490882. OLE color: 8490882.

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

Color convert

RGB 130 143 129 -
CMYK 0.09 0 0.10 0.44
HSL 115.71º 0.06% 0.53% -
HSV(B) 115.71º 0.1% 0.56% -
XYZ 22.99 25.98 24.57 -
YUV 137.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 130 143 129 0.09 0 0.10 0.44 115.71 0.06 0.53
Hex 82 8F 81 9 0 A 2C 74 6 35
Octal 202 217 201 11 0 12 54 164 6 65
Binary 10000010 10001111 10000001 1001 0 1010 101100 1110100 110 110101

Color Harmonies of #828F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F81

Black with #828F81

Text Example


Text Example

White with #828F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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