Shades of Amulet #7B9473
Tints of Amulet #7B9473
RGB
CMYK
RGB Variations
Color information
#7B9473 (or 0x7B9473) is known color: Amulet. HEX triplet: 7B, 94 and 73. RGB value is (123,148,115). Sum of RGB (Red+Green+Blue) = 123+148+115=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9473 is #846B8C. Grayscale: #888888. Windows color (decimal): -8678285 or 7574651. OLE color: 7574651.
HSL color Cylindrical-coordinate representation of color #7B9473: hue angle of 105.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9473 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 115 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.42 |
| HSL | 105.45º | 0.13% | 0.52% | - |
| HSV(B) | 105.45º | 0.22% | 0.58% | - |
| XYZ | 21.85 | 26.63 | 20.21 | - |
| YUV | 136.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 115 | 0.17 | 0 | 0.22 | 0.42 | 105.45 | 0.13 | 0.52 |
| Hex | 7B | 94 | 73 | 11 | 0 | 16 | 2A | 69 | D | 34 |
| Octal | 173 | 224 | 163 | 21 | 0 | 26 | 52 | 151 | 15 | 64 |
| Binary | 1111011 | 10010100 | 1110011 | 10001 | 0 | 10110 | 101010 | 1101001 | 1101 | 110100 |
Color Harmonies of #7B9473
Complementary color
Monochromatic Colors of #7B9473
Black with #7B9473
Text Example
Text Example
White with #7B9473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9473; }
p { color: rgb(123,148,115); }
H1.HeaderClassName
{
color: #7B9473;
}
.AnyTagClassName
{
color: #7B9473;
}
</style>
background-color css
<style>
a { background-color: #7B9473; }
a { background-color: rgb(123,148,115); }
div.DivClassName
{
background-color: #7B9473;
}
.BgClassName
{
background-color: #7B9473;
}
</style>
border-color css
<style>
span { border-color: #7B9473; }
span { border-color: rgb(123,148,115); }
td.TdClassName
{
border-color: #7B9473;
}
.TagClassName
{
border-color: #7B9473;
}
</style>