Shades of Amulet #7B9978
Tints of Amulet #7B9978
RGB
CMYK
RGB Variations
Color information
#7B9978 (or 0x7B9978) is known color: Amulet. HEX triplet: 7B, 99 and 78. RGB value is (123,153,120). Sum of RGB (Red+Green+Blue) = 123+153+120=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9978 is #846687. Grayscale: #8C8C8C. Windows color (decimal): -8677000 or 7903611. OLE color: 7903611.
HSL color Cylindrical-coordinate representation of color #7B9978: hue angle of 114.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9978 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 120 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.4 |
| HSL | 114.55º | 0.14% | 0.54% | - |
| HSV(B) | 114.55º | 0.22% | 0.6% | - |
| XYZ | 22.95 | 28.35 | 22.03 | - |
| YUV | 140.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 120 | 0.20 | 0 | 0.22 | 0.4 | 114.55 | 0.14 | 0.54 |
| Hex | 7B | 99 | 78 | 14 | 0 | 16 | 28 | 73 | E | 36 |
| Octal | 173 | 231 | 170 | 24 | 0 | 26 | 50 | 163 | 16 | 66 |
| Binary | 1111011 | 10011001 | 1111000 | 10100 | 0 | 10110 | 101000 | 1110011 | 1110 | 110110 |
Color Harmonies of #7B9978
Complementary color
Monochromatic Colors of #7B9978
Black with #7B9978
Text Example
Text Example
White with #7B9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9978; }
p { color: rgb(123,153,120); }
H1.HeaderClassName
{
color: #7B9978;
}
.AnyTagClassName
{
color: #7B9978;
}
</style>
background-color css
<style>
a { background-color: #7B9978; }
a { background-color: rgb(123,153,120); }
div.DivClassName
{
background-color: #7B9978;
}
.BgClassName
{
background-color: #7B9978;
}
</style>
border-color css
<style>
span { border-color: #7B9978; }
span { border-color: rgb(123,153,120); }
td.TdClassName
{
border-color: #7B9978;
}
.TagClassName
{
border-color: #7B9978;
}
</style>