Shades of Amulet #799B77
Tints of Amulet #799B77
RGB
CMYK
RGB Variations
Color information
#799B77 (or 0x799B77) is known color: Amulet. HEX triplet: 79, 9B and 77. RGB value is (121,155,119). Sum of RGB (Red+Green+Blue) = 121+155+119=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #799B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B77 is #866488. Grayscale: #8C8C8C. Windows color (decimal): -8807561 or 7838585. OLE color: 7838585.
HSL color Cylindrical-coordinate representation of color #799B77: hue angle of 116.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799B77 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 119 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.39 |
| HSL | 116.67º | 0.15% | 0.54% | - |
| HSV(B) | 116.67º | 0.23% | 0.61% | - |
| XYZ | 22.94 | 28.84 | 21.81 | - |
| YUV | 140.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 119 | 0.22 | 0 | 0.23 | 0.39 | 116.67 | 0.15 | 0.54 |
| Hex | 79 | 9B | 77 | 16 | 0 | 17 | 27 | 75 | F | 36 |
| Octal | 171 | 233 | 167 | 26 | 0 | 27 | 47 | 165 | 17 | 66 |
| Binary | 1111001 | 10011011 | 1110111 | 10110 | 0 | 10111 | 100111 | 1110101 | 1111 | 110110 |
Color Harmonies of #799B77
Complementary color
Monochromatic Colors of #799B77
Black with #799B77
Text Example
Text Example
White with #799B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B77; }
p { color: rgb(121,155,119); }
H1.HeaderClassName
{
color: #799B77;
}
.AnyTagClassName
{
color: #799B77;
}
</style>
background-color css
<style>
a { background-color: #799B77; }
a { background-color: rgb(121,155,119); }
div.DivClassName
{
background-color: #799B77;
}
.BgClassName
{
background-color: #799B77;
}
</style>
border-color css
<style>
span { border-color: #799B77; }
span { border-color: rgb(121,155,119); }
td.TdClassName
{
border-color: #799B77;
}
.TagClassName
{
border-color: #799B77;
}
</style>