Shades of Amulet #809B7D
Tints of Amulet #809B7D
RGB
CMYK
RGB Variations
Color information
#809B7D (or 0x809B7D) is known color: Amulet. HEX triplet: 80, 9B and 7D. RGB value is (128,155,125). Sum of RGB (Red+Green+Blue) = 128+155+125=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #809B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809B7D is #7F6482. Grayscale: #8F8F8F. Windows color (decimal): -8348803 or 8231808. OLE color: 8231808.
HSL color Cylindrical-coordinate representation of color #809B7D: hue angle of 114º 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 #809B7D is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 125 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.39 |
| HSL | 114º | 0.13% | 0.55% | - |
| HSV(B) | 114º | 0.19% | 0.61% | - |
| XYZ | 24.33 | 29.51 | 23.82 | - |
| YUV | 143.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 125 | 0.17 | 0 | 0.19 | 0.39 | 114 | 0.13 | 0.55 |
| Hex | 80 | 9B | 7D | 11 | 0 | 13 | 27 | 72 | D | 37 |
| Octal | 200 | 233 | 175 | 21 | 0 | 23 | 47 | 162 | 15 | 67 |
| Binary | 10000000 | 10011011 | 1111101 | 10001 | 0 | 10011 | 100111 | 1110010 | 1101 | 110111 |
Color Harmonies of #809B7D
Complementary color
Monochromatic Colors of #809B7D
Black with #809B7D
Text Example
Text Example
White with #809B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B7D; }
p { color: rgb(128,155,125); }
H1.HeaderClassName
{
color: #809B7D;
}
.AnyTagClassName
{
color: #809B7D;
}
</style>
background-color css
<style>
a { background-color: #809B7D; }
a { background-color: rgb(128,155,125); }
div.DivClassName
{
background-color: #809B7D;
}
.BgClassName
{
background-color: #809B7D;
}
</style>
border-color css
<style>
span { border-color: #809B7D; }
span { border-color: rgb(128,155,125); }
td.TdClassName
{
border-color: #809B7D;
}
.TagClassName
{
border-color: #809B7D;
}
</style>