#829979

Color #829979 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #829979

Tints of Amulet #829979

Color information

#829979 (or 0x829979) is unknown color: approx Amulet. HEX triplet: 82, 99 and 79. RGB value is (130,153,121). Sum of RGB (Red+Green+Blue) = 130+153+121=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #829979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829979 is #7D6686. Grayscale: #8E8E8E. Windows color (decimal): -8218247 or 7969154. OLE color: 7969154.

HSL color Cylindrical-coordinate representation of color #829979: hue angle of 103.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829979 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB130153121-
CMYK0.1500.210.4
HSL103.12º13.56%53.73%-
HSV(B)103.12º20.92%60%-
XYZ24.0528.9122.4-
YUV142.48115.88119.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=32.18%
G=37.87%
B=29.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531210.1500.210.4103.1213.5653.73
Hex829979F0152867e36
Octal20223117117025501471666
Binary10000010100110011111001111101010110100011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829979; }

 p { color: rgb(130,153,121); }

 H1.HeaderClassName
 {
   color: #829979;
 }
 .AnyTagClassName
 {
   color: #829979;
 }
</style>
background-color css

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

 a { background-color: rgb(130,153,121); }

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

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

 span { border-color: rgb(130,153,121); }

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