#829B79

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

Shades of Amulet #829B79

Tints of Amulet #829B79

Color information

#829B79 (or 0x829B79) is unknown color: approx Amulet. HEX triplet: 82, 9B and 79. RGB value is (130,155,121). Sum of RGB (Red+Green+Blue) = 130+155+121=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #829B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B79 is #7D6486. Grayscale: #8F8F8F. Windows color (decimal): -8217735 or 7969666. OLE color: 7969666.

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

Color convert

RGB130155121-
CMYK0.1600.220.39
HSL104.12º14.53%54.12%-
HSV(B)104.12º21.94%60.78%-
XYZ24.3829.5722.51-
YUV143.65115.22118.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=32.02%
G=38.18%
B=29.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551210.1600.220.39104.1214.5354.12
Hex829B79100162768f36
Octal20223317120026471501766
Binary100000101001101111110011000001011010011111010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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