Shades of Manatee #7F8097
Tints of Manatee #7F8097
RGB
CMYK
RGB Variations
Color information
#7F8097 (or 0x7F8097) is known color: Manatee. HEX triplet: 7F, 80 and 97. RGB value is (127,128,151). Sum of RGB (Red+Green+Blue) = 127+128+151=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F8097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8097 is #807F68. Grayscale: #828282. Windows color (decimal): -8421225 or 9928831. OLE color: 9928831.
HSL color Cylindrical-coordinate representation of color #7F8097: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F8097 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 128 | 151 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.41 |
| HSL | 237.5º | 0.1% | 0.55% | - |
| HSV(B) | 237.5º | 0.16% | 0.59% | - |
| XYZ | 22.06 | 22.18 | 32.4 | - |
| YUV | 130.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 151 | 0.16 | 0.15 | 0 | 0.41 | 237.5 | 0.1 | 0.55 |
| Hex | 7F | 80 | 97 | 10 | F | 0 | 29 | EE | A | 37 |
| Octal | 177 | 200 | 227 | 20 | 17 | 0 | 51 | 356 | 12 | 67 |
| Binary | 1111111 | 10000000 | 10010111 | 10000 | 1111 | 0 | 101001 | 11101110 | 1010 | 110111 |
Color Harmonies of #7F8097
Complementary color
Monochromatic Colors of #7F8097
Black with #7F8097
Text Example
Text Example
White with #7F8097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8097; }
p { color: rgb(127,128,151); }
H1.HeaderClassName
{
color: #7F8097;
}
.AnyTagClassName
{
color: #7F8097;
}
</style>
background-color css
<style>
a { background-color: #7F8097; }
a { background-color: rgb(127,128,151); }
div.DivClassName
{
background-color: #7F8097;
}
.BgClassName
{
background-color: #7F8097;
}
</style>
border-color css
<style>
span { border-color: #7F8097; }
span { border-color: rgb(127,128,151); }
td.TdClassName
{
border-color: #7F8097;
}
.TagClassName
{
border-color: #7F8097;
}
</style>