Shades of Amulet #829B7F
Tints of Amulet #829B7F
RGB
CMYK
RGB Variations
Color information
#829B7F (or 0x829B7F) is known color: Amulet. HEX triplet: 82, 9B and 7F. RGB value is (130,155,127). Sum of RGB (Red+Green+Blue) = 130+155+127=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #829B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B7F is #7D6480. Grayscale: #909090. Windows color (decimal): -8217729 or 8362882. OLE color: 8362882.
HSL color Cylindrical-coordinate representation of color #829B7F: hue angle of 113.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829B7F is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 127 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.39 |
| HSL | 113.57º | 0.12% | 0.55% | - |
| HSV(B) | 113.57º | 0.18% | 0.61% | - |
| XYZ | 24.76 | 29.72 | 24.51 | - |
| YUV | 144.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 127 | 0.16 | 0 | 0.18 | 0.39 | 113.57 | 0.12 | 0.55 |
| Hex | 82 | 9B | 7F | 10 | 0 | 12 | 27 | 72 | C | 37 |
| Octal | 202 | 233 | 177 | 20 | 0 | 22 | 47 | 162 | 14 | 67 |
| Binary | 10000010 | 10011011 | 1111111 | 10000 | 0 | 10010 | 100111 | 1110010 | 1100 | 110111 |
Color Harmonies of #829B7F
Complementary color
Monochromatic Colors of #829B7F
Black with #829B7F
Text Example
Text Example
White with #829B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B7F; }
p { color: rgb(130,155,127); }
H1.HeaderClassName
{
color: #829B7F;
}
.AnyTagClassName
{
color: #829B7F;
}
</style>
background-color css
<style>
a { background-color: #829B7F; }
a { background-color: rgb(130,155,127); }
div.DivClassName
{
background-color: #829B7F;
}
.BgClassName
{
background-color: #829B7F;
}
</style>
border-color css
<style>
span { border-color: #829B7F; }
span { border-color: rgb(130,155,127); }
td.TdClassName
{
border-color: #829B7F;
}
.TagClassName
{
border-color: #829B7F;
}
</style>