Shades of Amulet #829B7D
Tints of Amulet #829B7D
RGB
CMYK
RGB Variations
Color information
#829B7D (or 0x829B7D) is known color: Amulet. HEX triplet: 82, 9B and 7D. RGB value is (130,155,125). Sum of RGB (Red+Green+Blue) = 130+155+125=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #829B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B7D is #7D6482. Grayscale: #909090. Windows color (decimal): -8217731 or 8231810. OLE color: 8231810.
HSL color Cylindrical-coordinate representation of color #829B7D: hue angle of 110º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #829B7D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 125 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.39 |
| HSL | 110º | 0.13% | 0.55% | - |
| HSV(B) | 110º | 0.19% | 0.61% | - |
| XYZ | 24.63 | 29.67 | 23.83 | - |
| YUV | 144.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 125 | 0.16 | 0 | 0.19 | 0.39 | 110 | 0.13 | 0.55 |
| Hex | 82 | 9B | 7D | 10 | 0 | 13 | 27 | 6E | D | 37 |
| Octal | 202 | 233 | 175 | 20 | 0 | 23 | 47 | 156 | 15 | 67 |
| Binary | 10000010 | 10011011 | 1111101 | 10000 | 0 | 10011 | 100111 | 1101110 | 1101 | 110111 |
Color Harmonies of #829B7D
Complementary color
Monochromatic Colors of #829B7D
Black with #829B7D
Text Example
Text Example
White with #829B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B7D; }
p { color: rgb(130,155,125); }
H1.HeaderClassName
{
color: #829B7D;
}
.AnyTagClassName
{
color: #829B7D;
}
</style>
background-color css
<style>
a { background-color: #829B7D; }
a { background-color: rgb(130,155,125); }
div.DivClassName
{
background-color: #829B7D;
}
.BgClassName
{
background-color: #829B7D;
}
</style>
border-color css
<style>
span { border-color: #829B7D; }
span { border-color: rgb(130,155,125); }
td.TdClassName
{
border-color: #829B7D;
}
.TagClassName
{
border-color: #829B7D;
}
</style>