#829877

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

Shades of Amulet #829877

Tints of Amulet #829877

Color information

#829877 (or 0x829877) is unknown color: approx Amulet. HEX triplet: 82, 98 and 77. RGB value is (130,152,119). Sum of RGB (Red+Green+Blue) = 130+152+119=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #829877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829877 is #7D6788. Grayscale: #8D8D8D. Windows color (decimal): -8218505 or 7837826. OLE color: 7837826.

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

Color convert

RGB130152119-
CMYK0.1400.220.40
HSL100º13.81%53.14%-
HSV(B)100º21.71%59.61%-
XYZ23.7628.5321.71-
YUV141.66115.21119.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=32.42%
G=37.91%
B=29.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521190.1400.220.4010013.8153.14
Hex829877E0162864e35
Octal20223016716026501441665
Binary10000010100110001110111111001011010100011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829877; }

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

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

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

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

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

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

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

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