Html Css Color HEX #829B80 Stack

📋 copy color: '#829B80'

red 130 ◦ green 155 ◦ blue 128

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

Shades of Stack #829B80

Tints of Stack #829B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

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

R = 31.48%
G = 37.53%
B = 30.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#829B80 (or 0x829B80) is known color: Stack. HEX triplet: 82, 9B and 80. RGB value is (130,155,128). Sum of RGB (Red+Green+Blue) = 130+155+128=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #829B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B80 is #7D647F. Grayscale: #909090. Windows color (decimal): -8217728 or 8428418. OLE color: 8428418.

HSL color Cylindrical-coordinate representation of color #829B80: hue angle of 115.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829B80 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 128 -
CMYK 0.16 0 0.17 0.39
HSL 115.56º 0.12% 0.55% -
HSV(B) 115.56º 0.17% 0.61% -
XYZ 24.82 29.75 24.86 -
YUV 144.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 130 155 128 0.16 0 0.17 0.39 115.56 0.12 0.55
Hex 82 9B 80 10 0 11 27 74 C 37
Octal 202 233 200 20 0 21 47 164 14 67
Binary 10000010 10011011 10000000 10000 0 10001 100111 1110100 1100 110111

Color Harmonies of #829B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B80

Black with #829B80

Text Example


Text Example

White with #829B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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