Shades of Amulet #7CB077
Tints of Amulet #7CB077
RGB
CMYK
RGB Variations
Color information
#7CB077 (or 0x7CB077) is known color: Amulet. HEX triplet: 7C, B0 and 77. RGB value is (124,176,119). Sum of RGB (Red+Green+Blue) = 124+176+119=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB077 is #834F88. Grayscale: #9A9A9A. Windows color (decimal): -8605577 or 7843964. OLE color: 7843964.
HSL color Cylindrical-coordinate representation of color #7CB077: hue angle of 114.74º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB077 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 119 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.31 |
| HSL | 114.74º | 0.27% | 0.58% | - |
| HSV(B) | 114.74º | 0.32% | 0.69% | - |
| XYZ | 27.17 | 36.67 | 23.1 | - |
| YUV | 153.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 119 | 0.30 | 0 | 0.32 | 0.31 | 114.74 | 0.27 | 0.58 |
| Hex | 7C | B0 | 77 | 1E | 0 | 20 | 1F | 73 | 1B | 3A |
| Octal | 174 | 260 | 167 | 36 | 0 | 40 | 37 | 163 | 33 | 72 |
| Binary | 1111100 | 10110000 | 1110111 | 11110 | 0 | 100000 | 11111 | 1110011 | 11011 | 111010 |
Color Harmonies of #7CB077
Complementary color
Monochromatic Colors of #7CB077
Black with #7CB077
Text Example
Text Example
White with #7CB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB077; }
p { color: rgb(124,176,119); }
H1.HeaderClassName
{
color: #7CB077;
}
.AnyTagClassName
{
color: #7CB077;
}
</style>
background-color css
<style>
a { background-color: #7CB077; }
a { background-color: rgb(124,176,119); }
div.DivClassName
{
background-color: #7CB077;
}
.BgClassName
{
background-color: #7CB077;
}
</style>
border-color css
<style>
span { border-color: #7CB077; }
span { border-color: rgb(124,176,119); }
td.TdClassName
{
border-color: #7CB077;
}
.TagClassName
{
border-color: #7CB077;
}
</style>