Shades of Amulet #809B7E
Tints of Amulet #809B7E
RGB
CMYK
RGB Variations
Color information
#809B7E (or 0x809B7E) is known color: Amulet. HEX triplet: 80, 9B and 7E. RGB value is (128,155,126). Sum of RGB (Red+Green+Blue) = 128+155+126=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #809B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B7E is #7F6481. Grayscale: #8F8F8F. Windows color (decimal): -8348802 or 8297344. OLE color: 8297344.
HSL color Cylindrical-coordinate representation of color #809B7E: hue angle of 115.86º 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 #809B7E is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 126 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.39 |
| HSL | 115.86º | 0.13% | 0.55% | - |
| HSV(B) | 115.86º | 0.19% | 0.61% | - |
| XYZ | 24.39 | 29.54 | 24.15 | - |
| YUV | 143.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 126 | 0.17 | 0 | 0.19 | 0.39 | 115.86 | 0.13 | 0.55 |
| Hex | 80 | 9B | 7E | 11 | 0 | 13 | 27 | 74 | D | 37 |
| Octal | 200 | 233 | 176 | 21 | 0 | 23 | 47 | 164 | 15 | 67 |
| Binary | 10000000 | 10011011 | 1111110 | 10001 | 0 | 10011 | 100111 | 1110100 | 1101 | 110111 |
Color Harmonies of #809B7E
Complementary color
Monochromatic Colors of #809B7E
Black with #809B7E
Text Example
Text Example
White with #809B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B7E; }
p { color: rgb(128,155,126); }
H1.HeaderClassName
{
color: #809B7E;
}
.AnyTagClassName
{
color: #809B7E;
}
</style>
background-color css
<style>
a { background-color: #809B7E; }
a { background-color: rgb(128,155,126); }
div.DivClassName
{
background-color: #809B7E;
}
.BgClassName
{
background-color: #809B7E;
}
</style>
border-color css
<style>
span { border-color: #809B7E; }
span { border-color: rgb(128,155,126); }
td.TdClassName
{
border-color: #809B7E;
}
.TagClassName
{
border-color: #809B7E;
}
</style>