Shades of Manatee #7C7D99
Tints of Manatee #7C7D99
RGB
CMYK
RGB Variations
Color information
#7C7D99 (or 0x7C7D99) is known color: Manatee. HEX triplet: 7C, 7D and 99. RGB value is (124,125,153). Sum of RGB (Red+Green+Blue) = 124+125+153=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C7D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7D99 is #838266. Grayscale: #7F7F7F. Windows color (decimal): -8618599 or 10059132. OLE color: 10059132.
HSL color Cylindrical-coordinate representation of color #7C7D99: hue angle of 237.93º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7D99 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 125 | 153 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.4 |
| HSL | 237.93º | 0.12% | 0.54% | - |
| HSV(B) | 237.93º | 0.19% | 0.6% | - |
| XYZ | 21.4 | 21.25 | 33.11 | - |
| YUV | 127.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 153 | 0.19 | 0.18 | 0 | 0.4 | 237.93 | 0.12 | 0.54 |
| Hex | 7C | 7D | 99 | 13 | 12 | 0 | 28 | EE | C | 36 |
| Octal | 174 | 175 | 231 | 23 | 22 | 0 | 50 | 356 | 14 | 66 |
| Binary | 1111100 | 1111101 | 10011001 | 10011 | 10010 | 0 | 101000 | 11101110 | 1100 | 110110 |
Color Harmonies of #7C7D99
Complementary color
Monochromatic Colors of #7C7D99
Black with #7C7D99
Text Example
Text Example
White with #7C7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7D99; }
p { color: rgb(124,125,153); }
H1.HeaderClassName
{
color: #7C7D99;
}
.AnyTagClassName
{
color: #7C7D99;
}
</style>
background-color css
<style>
a { background-color: #7C7D99; }
a { background-color: rgb(124,125,153); }
div.DivClassName
{
background-color: #7C7D99;
}
.BgClassName
{
background-color: #7C7D99;
}
</style>
border-color css
<style>
span { border-color: #7C7D99; }
span { border-color: rgb(124,125,153); }
td.TdClassName
{
border-color: #7C7D99;
}
.TagClassName
{
border-color: #7C7D99;
}
</style>