Shades of Manatee #7F819F
Tints of Manatee #7F819F
RGB
CMYK
RGB Variations
Color information
#7F819F (or 0x7F819F) is known color: Manatee. HEX triplet: 7F, 81 and 9F. RGB value is (127,129,159). Sum of RGB (Red+Green+Blue) = 127+129+159=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F819F is #807E60. Grayscale: #838383. Windows color (decimal): -8420961 or 10453375. OLE color: 10453375.
HSL color Cylindrical-coordinate representation of color #7F819F: hue angle of 236.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F819F is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 129 | 159 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.38 |
| HSL | 236.25º | 0.14% | 0.56% | - |
| HSV(B) | 236.25º | 0.2% | 0.62% | - |
| XYZ | 22.86 | 22.72 | 35.98 | - |
| YUV | 131.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 159 | 0.20 | 0.19 | 0 | 0.38 | 236.25 | 0.14 | 0.56 |
| Hex | 7F | 81 | 9F | 14 | 13 | 0 | 26 | EC | E | 38 |
| Octal | 177 | 201 | 237 | 24 | 23 | 0 | 46 | 354 | 16 | 70 |
| Binary | 1111111 | 10000001 | 10011111 | 10100 | 10011 | 0 | 100110 | 11101100 | 1110 | 111000 |
Color Harmonies of #7F819F
Complementary color
Monochromatic Colors of #7F819F
Black with #7F819F
Text Example
Text Example
White with #7F819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F819F; }
p { color: rgb(127,129,159); }
H1.HeaderClassName
{
color: #7F819F;
}
.AnyTagClassName
{
color: #7F819F;
}
</style>
background-color css
<style>
a { background-color: #7F819F; }
a { background-color: rgb(127,129,159); }
div.DivClassName
{
background-color: #7F819F;
}
.BgClassName
{
background-color: #7F819F;
}
</style>
border-color css
<style>
span { border-color: #7F819F; }
span { border-color: rgb(127,129,159); }
td.TdClassName
{
border-color: #7F819F;
}
.TagClassName
{
border-color: #7F819F;
}
</style>