Shades of Amulet #7F957A
Tints of Amulet #7F957A
RGB
CMYK
RGB Variations
Color information
#7F957A (or 0x7F957A) is known color: Amulet. HEX triplet: 7F, 95 and 7A. RGB value is (127,149,122). Sum of RGB (Red+Green+Blue) = 127+149+122=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #7F957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F957A is #806A85. Grayscale: #8B8B8B. Windows color (decimal): -8415878 or 8033663. OLE color: 8033663.
HSL color Cylindrical-coordinate representation of color #7F957A: hue angle of 108.89º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F957A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 122 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.42 |
| HSL | 108.89º | 0.11% | 0.53% | - |
| HSV(B) | 108.89º | 0.18% | 0.58% | - |
| XYZ | 23.01 | 27.41 | 22.49 | - |
| YUV | 139.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 122 | 0.15 | 0 | 0.18 | 0.42 | 108.89 | 0.11 | 0.53 |
| Hex | 7F | 95 | 7A | F | 0 | 12 | 2A | 6D | B | 35 |
| Octal | 177 | 225 | 172 | 17 | 0 | 22 | 52 | 155 | 13 | 65 |
| Binary | 1111111 | 10010101 | 1111010 | 1111 | 0 | 10010 | 101010 | 1101101 | 1011 | 110101 |
Color Harmonies of #7F957A
Complementary color
Monochromatic Colors of #7F957A
Black with #7F957A
Text Example
Text Example
White with #7F957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F957A; }
p { color: rgb(127,149,122); }
H1.HeaderClassName
{
color: #7F957A;
}
.AnyTagClassName
{
color: #7F957A;
}
</style>
background-color css
<style>
a { background-color: #7F957A; }
a { background-color: rgb(127,149,122); }
div.DivClassName
{
background-color: #7F957A;
}
.BgClassName
{
background-color: #7F957A;
}
</style>
border-color css
<style>
span { border-color: #7F957A; }
span { border-color: rgb(127,149,122); }
td.TdClassName
{
border-color: #7F957A;
}
.TagClassName
{
border-color: #7F957A;
}
</style>