Shades of Amulet #7E9B7A
Tints of Amulet #7E9B7A
RGB
CMYK
RGB Variations
Color information
#7E9B7A (or 0x7E9B7A) is known color: Amulet. HEX triplet: 7E, 9B and 7A. RGB value is (126,155,122). Sum of RGB (Red+Green+Blue) = 126+155+122=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B7A is #816485. Grayscale: #8E8E8E. Windows color (decimal): -8479878 or 8035198. OLE color: 8035198.
HSL color Cylindrical-coordinate representation of color #7E9B7A: hue angle of 112.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E9B7A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 122 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.39 |
| HSL | 112.73º | 0.14% | 0.54% | - |
| HSV(B) | 112.73º | 0.21% | 0.61% | - |
| XYZ | 23.84 | 29.28 | 22.81 | - |
| YUV | 142.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 122 | 0.19 | 0 | 0.21 | 0.39 | 112.73 | 0.14 | 0.54 |
| Hex | 7E | 9B | 7A | 13 | 0 | 15 | 27 | 71 | E | 36 |
| Octal | 176 | 233 | 172 | 23 | 0 | 25 | 47 | 161 | 16 | 66 |
| Binary | 1111110 | 10011011 | 1111010 | 10011 | 0 | 10101 | 100111 | 1110001 | 1110 | 110110 |
Color Harmonies of #7E9B7A
Complementary color
Monochromatic Colors of #7E9B7A
Black with #7E9B7A
Text Example
Text Example
White with #7E9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B7A; }
p { color: rgb(126,155,122); }
H1.HeaderClassName
{
color: #7E9B7A;
}
.AnyTagClassName
{
color: #7E9B7A;
}
</style>
background-color css
<style>
a { background-color: #7E9B7A; }
a { background-color: rgb(126,155,122); }
div.DivClassName
{
background-color: #7E9B7A;
}
.BgClassName
{
background-color: #7E9B7A;
}
</style>
border-color css
<style>
span { border-color: #7E9B7A; }
span { border-color: rgb(126,155,122); }
td.TdClassName
{
border-color: #7E9B7A;
}
.TagClassName
{
border-color: #7E9B7A;
}
</style>