Shades of Amulet #7BA877
Tints of Amulet #7BA877
RGB
CMYK
RGB Variations
Color information
#7BA877 (or 0x7BA877) is known color: Amulet. HEX triplet: 7B, A8 and 77. RGB value is (123,168,119). Sum of RGB (Red+Green+Blue) = 123+168+119=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA877 is #845788. Grayscale: #959595. Windows color (decimal): -8673161 or 7841915. OLE color: 7841915.
HSL color Cylindrical-coordinate representation of color #7BA877: hue angle of 115.1º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BA877 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 168 | 119 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.34 |
| HSL | 115.1º | 0.22% | 0.56% | - |
| HSV(B) | 115.1º | 0.29% | 0.66% | - |
| XYZ | 25.5 | 33.55 | 22.58 | - |
| YUV | 148.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 119 | 0.27 | 0 | 0.29 | 0.34 | 115.1 | 0.22 | 0.56 |
| Hex | 7B | A8 | 77 | 1B | 0 | 1D | 22 | 73 | 16 | 38 |
| Octal | 173 | 250 | 167 | 33 | 0 | 35 | 42 | 163 | 26 | 70 |
| Binary | 1111011 | 10101000 | 1110111 | 11011 | 0 | 11101 | 100010 | 1110011 | 10110 | 111000 |
Color Harmonies of #7BA877
Complementary color
Monochromatic Colors of #7BA877
Black with #7BA877
Text Example
Text Example
White with #7BA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA877; }
p { color: rgb(123,168,119); }
H1.HeaderClassName
{
color: #7BA877;
}
.AnyTagClassName
{
color: #7BA877;
}
</style>
background-color css
<style>
a { background-color: #7BA877; }
a { background-color: rgb(123,168,119); }
div.DivClassName
{
background-color: #7BA877;
}
.BgClassName
{
background-color: #7BA877;
}
</style>
border-color css
<style>
span { border-color: #7BA877; }
span { border-color: rgb(123,168,119); }
td.TdClassName
{
border-color: #7BA877;
}
.TagClassName
{
border-color: #7BA877;
}
</style>