Shades of Amulet #80B777
Tints of Amulet #80B777
RGB
CMYK
RGB Variations
Color information
#80B777 (or 0x80B777) is known color: Amulet. HEX triplet: 80, B7 and 77. RGB value is (128,183,119). Sum of RGB (Red+Green+Blue) = 128+183+119=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #80B777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B777 is #7F4888. Grayscale: #9F9F9F. Windows color (decimal): -8341641 or 7845760. OLE color: 7845760.
HSL color Cylindrical-coordinate representation of color #80B777: hue angle of 111.56º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80B777 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 119 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.28 |
| HSL | 111.56º | 0.31% | 0.59% | - |
| HSV(B) | 111.56º | 0.35% | 0.72% | - |
| XYZ | 29.17 | 39.79 | 23.6 | - |
| YUV | 159.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 119 | 0.30 | 0 | 0.35 | 0.28 | 111.56 | 0.31 | 0.59 |
| Hex | 80 | B7 | 77 | 1E | 0 | 23 | 1C | 70 | 1F | 3B |
| Octal | 200 | 267 | 167 | 36 | 0 | 43 | 34 | 160 | 37 | 73 |
| Binary | 10000000 | 10110111 | 1110111 | 11110 | 0 | 100011 | 11100 | 1110000 | 11111 | 111011 |
Color Harmonies of #80B777
Complementary color
Monochromatic Colors of #80B777
Black with #80B777
Text Example
Text Example
White with #80B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B777; }
p { color: rgb(128,183,119); }
H1.HeaderClassName
{
color: #80B777;
}
.AnyTagClassName
{
color: #80B777;
}
</style>
background-color css
<style>
a { background-color: #80B777; }
a { background-color: rgb(128,183,119); }
div.DivClassName
{
background-color: #80B777;
}
.BgClassName
{
background-color: #80B777;
}
</style>
border-color css
<style>
span { border-color: #80B777; }
span { border-color: rgb(128,183,119); }
td.TdClassName
{
border-color: #80B777;
}
.TagClassName
{
border-color: #80B777;
}
</style>