Shades of Amulet #7B976C
Tints of Amulet #7B976C
RGB
CMYK
RGB Variations
Color information
#7B976C (or 0x7B976C) is known color: Amulet. HEX triplet: 7B, 97 and 6C. RGB value is (123,151,108). Sum of RGB (Red+Green+Blue) = 123+151+108=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #7B976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B976C is #846893. Grayscale: #898989. Windows color (decimal): -8677524 or 7116667. OLE color: 7116667.
HSL color Cylindrical-coordinate representation of color #7B976C: hue angle of 99.07º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B976C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 108 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.41 |
| HSL | 99.07º | 0.17% | 0.51% | - |
| HSV(B) | 99.07º | 0.28% | 0.59% | - |
| XYZ | 21.94 | 27.43 | 18.32 | - |
| YUV | 137.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 108 | 0.19 | 0 | 0.28 | 0.41 | 99.07 | 0.17 | 0.51 |
| Hex | 7B | 97 | 6C | 13 | 0 | 1C | 29 | 63 | 11 | 33 |
| Octal | 173 | 227 | 154 | 23 | 0 | 34 | 51 | 143 | 21 | 63 |
| Binary | 1111011 | 10010111 | 1101100 | 10011 | 0 | 11100 | 101001 | 1100011 | 10001 | 110011 |
Color Harmonies of #7B976C
Complementary color
Monochromatic Colors of #7B976C
Black with #7B976C
Text Example
Text Example
White with #7B976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B976C; }
p { color: rgb(123,151,108); }
H1.HeaderClassName
{
color: #7B976C;
}
.AnyTagClassName
{
color: #7B976C;
}
</style>
background-color css
<style>
a { background-color: #7B976C; }
a { background-color: rgb(123,151,108); }
div.DivClassName
{
background-color: #7B976C;
}
.BgClassName
{
background-color: #7B976C;
}
</style>
border-color css
<style>
span { border-color: #7B976C; }
span { border-color: rgb(123,151,108); }
td.TdClassName
{
border-color: #7B976C;
}
.TagClassName
{
border-color: #7B976C;
}
</style>