Shades of Amulet #7CB177
Tints of Amulet #7CB177
RGB
CMYK
RGB Variations
Color information
#7CB177 (or 0x7CB177) is known color: Amulet. HEX triplet: 7C, B1 and 77. RGB value is (124,177,119). Sum of RGB (Red+Green+Blue) = 124+177+119=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB177 is #834E88. Grayscale: #9A9A9A. Windows color (decimal): -8605321 or 7844220. OLE color: 7844220.
HSL color Cylindrical-coordinate representation of color #7CB177: hue angle of 114.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB177 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 119 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.31 |
| HSL | 114.83º | 0.27% | 0.58% | - |
| HSV(B) | 114.83º | 0.33% | 0.69% | - |
| XYZ | 27.36 | 37.06 | 23.16 | - |
| YUV | 154.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 119 | 0.30 | 0 | 0.33 | 0.31 | 114.83 | 0.27 | 0.58 |
| Hex | 7C | B1 | 77 | 1E | 0 | 21 | 1F | 73 | 1B | 3A |
| Octal | 174 | 261 | 167 | 36 | 0 | 41 | 37 | 163 | 33 | 72 |
| Binary | 1111100 | 10110001 | 1110111 | 11110 | 0 | 100001 | 11111 | 1110011 | 11011 | 111010 |
Color Harmonies of #7CB177
Complementary color
Monochromatic Colors of #7CB177
Black with #7CB177
Text Example
Text Example
White with #7CB177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB177; }
p { color: rgb(124,177,119); }
H1.HeaderClassName
{
color: #7CB177;
}
.AnyTagClassName
{
color: #7CB177;
}
</style>
background-color css
<style>
a { background-color: #7CB177; }
a { background-color: rgb(124,177,119); }
div.DivClassName
{
background-color: #7CB177;
}
.BgClassName
{
background-color: #7CB177;
}
</style>
border-color css
<style>
span { border-color: #7CB177; }
span { border-color: rgb(124,177,119); }
td.TdClassName
{
border-color: #7CB177;
}
.TagClassName
{
border-color: #7CB177;
}
</style>