Html Css Color HEX #829880 Stack

📋 copy color: '#829880'

red 130 ◦ green 152 ◦ blue 128

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

Shades of Stack #829880

Tints of Stack #829880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

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

R = 31.71%
G = 37.07%
B = 31.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#829880 (or 0x829880) is known color: Stack. HEX triplet: 82, 98 and 80. RGB value is (130,152,128). Sum of RGB (Red+Green+Blue) = 130+152+128=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #829880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829880 is #7D677F. Grayscale: #8E8E8E. Windows color (decimal): -8218496 or 8427650. OLE color: 8427650.

HSL color Cylindrical-coordinate representation of color #829880: hue angle of 115º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829880 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 128 -
CMYK 0.14 0 0.16 0.40
HSL 115º 0.1% 0.55% -
HSV(B) 115º 0.16% 0.6% -
XYZ 24.33 28.76 24.69 -
YUV 142.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 130 152 128 0.14 0 0.16 0.40 115 0.1 0.55
Hex 82 98 80 E 0 10 28 73 A 37
Octal 202 230 200 16 0 20 50 163 12 67
Binary 10000010 10011000 10000000 1110 0 10000 101000 1110011 1010 110111

Color Harmonies of #829880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829880

Black with #829880

Text Example


Text Example

White with #829880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829880; }

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

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

background-color css

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

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

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

border-color css

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

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

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