Html Css Color HEX #828C81 Stack

📋 copy color: '#828C81'

red 130 ◦ green 140 ◦ blue 129

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

Shades of Stack #828C81

Tints of Stack #828C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 32.58%
G = 35.09%
B = 32.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#828C81 (or 0x828C81) is known color: Stack. HEX triplet: 82, 8C and 81. RGB value is (130,140,129). Sum of RGB (Red+Green+Blue) = 130+140+129=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 140 - color contains mainly: green. Hex color #828C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C81 is #7D737E. Grayscale: #878787. Windows color (decimal): -8221567 or 8490114. OLE color: 8490114.

HSL color Cylindrical-coordinate representation of color #828C81: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828C81 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 129 -
CMYK 0.07 0 0.08 0.45
HSL 114.55º 0.05% 0.53% -
HSV(B) 114.55º 0.08% 0.55% -
XYZ 22.55 25.09 24.42 -
YUV 135.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 130 140 129 0.07 0 0.08 0.45 114.55 0.05 0.53
Hex 82 8C 81 7 0 8 2D 73 5 35
Octal 202 214 201 7 0 10 55 163 5 65
Binary 10000010 10001100 10000001 111 0 1000 101101 1110011 101 110101

Color Harmonies of #828C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C81

Black with #828C81

Text Example


Text Example

White with #828C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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