#829C74

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

Shades of Amulet #829C74

Tints of Amulet #829C74

Color information

#829C74 (or 0x829C74) is unknown color: approx Amulet. HEX triplet: 82, 9C and 74. RGB value is (130,156,116). Sum of RGB (Red+Green+Blue) = 130+156+116=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #829C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C74 is #7D638B. Grayscale: #8F8F8F. Windows color (decimal): -8217484 or 7642242. OLE color: 7642242.

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

Color convert

RGB130156116-
CMYK0.1700.260.39
HSL99º16.81%53.33%-
HSV(B)99º25.64%61.18%-
XYZ24.2529.7820.99-
YUV143.67112.39118.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=32.34%
G=38.81%
B=28.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301561160.1700.260.399916.8153.33
Hex829C741101A27631135
Octal20223416421032471432165
Binary1000001010011100111010010001011010100111110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,156,116); }

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

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

 a { background-color: rgb(130,156,116); }

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

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

 span { border-color: rgb(130,156,116); }

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