Shades of Amulet #77B070
Tints of Amulet #77B070
RGB
CMYK
RGB Variations
Color information
#77B070 (or 0x77B070) is known color: Amulet. HEX triplet: 77, B0 and 70. RGB value is (119,176,112). Sum of RGB (Red+Green+Blue) = 119+176+112=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #77B070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B070 is #884F8F. Grayscale: #979797. Windows color (decimal): -8933264 or 7385207. OLE color: 7385207.
HSL color Cylindrical-coordinate representation of color #77B070: hue angle of 113.44º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B070 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 176 | 112 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.31 |
| HSL | 113.44º | 0.29% | 0.56% | - |
| HSV(B) | 113.44º | 0.36% | 0.69% | - |
| XYZ | 26.06 | 36.14 | 20.93 | - |
| YUV | 151.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 112 | 0.32 | 0 | 0.36 | 0.31 | 113.44 | 0.29 | 0.56 |
| Hex | 77 | B0 | 70 | 20 | 0 | 24 | 1F | 71 | 1D | 38 |
| Octal | 167 | 260 | 160 | 40 | 0 | 44 | 37 | 161 | 35 | 70 |
| Binary | 1110111 | 10110000 | 1110000 | 100000 | 0 | 100100 | 11111 | 1110001 | 11101 | 111000 |
Color Harmonies of #77B070
Complementary color
Monochromatic Colors of #77B070
Black with #77B070
Text Example
Text Example
White with #77B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B070; }
p { color: rgb(119,176,112); }
H1.HeaderClassName
{
color: #77B070;
}
.AnyTagClassName
{
color: #77B070;
}
</style>
background-color css
<style>
a { background-color: #77B070; }
a { background-color: rgb(119,176,112); }
div.DivClassName
{
background-color: #77B070;
}
.BgClassName
{
background-color: #77B070;
}
</style>
border-color css
<style>
span { border-color: #77B070; }
span { border-color: rgb(119,176,112); }
td.TdClassName
{
border-color: #77B070;
}
.TagClassName
{
border-color: #77B070;
}
</style>