Shades of Amulet #7F9B7B
Tints of Amulet #7F9B7B
RGB
CMYK
RGB Variations
Color information
#7F9B7B (or 0x7F9B7B) is known color: Amulet. HEX triplet: 7F, 9B and 7B. RGB value is (127,155,123). Sum of RGB (Red+Green+Blue) = 127+155+123=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #7F9B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9B7B is #806484. Grayscale: #8F8F8F. Windows color (decimal): -8414341 or 8100735. OLE color: 8100735.
HSL color Cylindrical-coordinate representation of color #7F9B7B: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F9B7B is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 155 | 123 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.39 |
| HSL | 112.5º | 0.14% | 0.55% | - |
| HSV(B) | 112.5º | 0.21% | 0.61% | - |
| XYZ | 24.05 | 29.38 | 23.14 | - |
| YUV | 142.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 155 | 123 | 0.18 | 0 | 0.21 | 0.39 | 112.5 | 0.14 | 0.55 |
| Hex | 7F | 9B | 7B | 12 | 0 | 15 | 27 | 70 | E | 37 |
| Octal | 177 | 233 | 173 | 22 | 0 | 25 | 47 | 160 | 16 | 67 |
| Binary | 1111111 | 10011011 | 1111011 | 10010 | 0 | 10101 | 100111 | 1110000 | 1110 | 110111 |
Color Harmonies of #7F9B7B
Complementary color
Monochromatic Colors of #7F9B7B
Black with #7F9B7B
Text Example
Text Example
White with #7F9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9B7B; }
p { color: rgb(127,155,123); }
H1.HeaderClassName
{
color: #7F9B7B;
}
.AnyTagClassName
{
color: #7F9B7B;
}
</style>
background-color css
<style>
a { background-color: #7F9B7B; }
a { background-color: rgb(127,155,123); }
div.DivClassName
{
background-color: #7F9B7B;
}
.BgClassName
{
background-color: #7F9B7B;
}
</style>
border-color css
<style>
span { border-color: #7F9B7B; }
span { border-color: rgb(127,155,123); }
td.TdClassName
{
border-color: #7F9B7B;
}
.TagClassName
{
border-color: #7F9B7B;
}
</style>