Shades of Manatee #7F8292
Tints of Manatee #7F8292
RGB
CMYK
RGB Variations
Color information
#7F8292 (or 0x7F8292) is known color: Manatee. HEX triplet: 7F, 82 and 92. RGB value is (127,130,146). Sum of RGB (Red+Green+Blue) = 127+130+146=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8292 is #807D6D. Grayscale: #828282. Windows color (decimal): -8420718 or 9601663. OLE color: 9601663.
HSL color Cylindrical-coordinate representation of color #7F8292: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8292 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 130 | 146 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.43 |
| HSL | 230.53º | 0.08% | 0.54% | - |
| HSV(B) | 230.53º | 0.13% | 0.57% | - |
| XYZ | 21.92 | 22.55 | 30.39 | - |
| YUV | 130.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 146 | 0.13 | 0.11 | 0 | 0.43 | 230.53 | 0.08 | 0.54 |
| Hex | 7F | 82 | 92 | D | B | 0 | 2B | E7 | 8 | 36 |
| Octal | 177 | 202 | 222 | 15 | 13 | 0 | 53 | 347 | 10 | 66 |
| Binary | 1111111 | 10000010 | 10010010 | 1101 | 1011 | 0 | 101011 | 11100111 | 1000 | 110110 |
Color Harmonies of #7F8292
Complementary color
Monochromatic Colors of #7F8292
Black with #7F8292
Text Example
Text Example
White with #7F8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8292; }
p { color: rgb(127,130,146); }
H1.HeaderClassName
{
color: #7F8292;
}
.AnyTagClassName
{
color: #7F8292;
}
</style>
background-color css
<style>
a { background-color: #7F8292; }
a { background-color: rgb(127,130,146); }
div.DivClassName
{
background-color: #7F8292;
}
.BgClassName
{
background-color: #7F8292;
}
</style>
border-color css
<style>
span { border-color: #7F8292; }
span { border-color: rgb(127,130,146); }
td.TdClassName
{
border-color: #7F8292;
}
.TagClassName
{
border-color: #7F8292;
}
</style>