Shades of Amulet #809F7C
Tints of Amulet #809F7C
RGB
CMYK
RGB Variations
Color information
#809F7C (or 0x809F7C) is known color: Amulet. HEX triplet: 80, 9F and 7C. RGB value is (128,159,124). Sum of RGB (Red+Green+Blue) = 128+159+124=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #809F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F7C is #7F6083. Grayscale: #919191. Windows color (decimal): -8347780 or 8167296. OLE color: 8167296.
HSL color Cylindrical-coordinate representation of color #809F7C: hue angle of 113.14º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809F7C is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 159 | 124 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.38 |
| HSL | 113.14º | 0.15% | 0.55% | - |
| HSV(B) | 113.14º | 0.22% | 0.62% | - |
| XYZ | 24.94 | 30.84 | 23.71 | - |
| YUV | 145.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 124 | 0.19 | 0 | 0.22 | 0.38 | 113.14 | 0.15 | 0.55 |
| Hex | 80 | 9F | 7C | 13 | 0 | 16 | 26 | 71 | F | 37 |
| Octal | 200 | 237 | 174 | 23 | 0 | 26 | 46 | 161 | 17 | 67 |
| Binary | 10000000 | 10011111 | 1111100 | 10011 | 0 | 10110 | 100110 | 1110001 | 1111 | 110111 |
Color Harmonies of #809F7C
Complementary color
Monochromatic Colors of #809F7C
Black with #809F7C
Text Example
Text Example
White with #809F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809F7C; }
p { color: rgb(128,159,124); }
H1.HeaderClassName
{
color: #809F7C;
}
.AnyTagClassName
{
color: #809F7C;
}
</style>
background-color css
<style>
a { background-color: #809F7C; }
a { background-color: rgb(128,159,124); }
div.DivClassName
{
background-color: #809F7C;
}
.BgClassName
{
background-color: #809F7C;
}
</style>
border-color css
<style>
span { border-color: #809F7C; }
span { border-color: rgb(128,159,124); }
td.TdClassName
{
border-color: #809F7C;
}
.TagClassName
{
border-color: #809F7C;
}
</style>