Shades of Manatee #7F839F
Tints of Manatee #7F839F
RGB
CMYK
RGB Variations
Color information
#7F839F (or 0x7F839F) is known color: Manatee. HEX triplet: 7F, 83 and 9F. RGB value is (127,131,159). Sum of RGB (Red+Green+Blue) = 127+131+159=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F839F is #807C60. Grayscale: #848484. Windows color (decimal): -8420449 or 10453887. OLE color: 10453887.
HSL color Cylindrical-coordinate representation of color #7F839F: hue angle of 232.5º 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 #7F839F is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 131 | 159 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.38 |
| HSL | 232.5º | 0.14% | 0.56% | - |
| HSV(B) | 232.5º | 0.2% | 0.62% | - |
| XYZ | 23.13 | 23.25 | 36.07 | - |
| YUV | 133 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 159 | 0.20 | 0.18 | 0 | 0.38 | 232.5 | 0.14 | 0.56 |
| Hex | 7F | 83 | 9F | 14 | 12 | 0 | 26 | E8 | E | 38 |
| Octal | 177 | 203 | 237 | 24 | 22 | 0 | 46 | 350 | 16 | 70 |
| Binary | 1111111 | 10000011 | 10011111 | 10100 | 10010 | 0 | 100110 | 11101000 | 1110 | 111000 |
Color Harmonies of #7F839F
Complementary color
Monochromatic Colors of #7F839F
Black with #7F839F
Text Example
Text Example
White with #7F839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F839F; }
p { color: rgb(127,131,159); }
H1.HeaderClassName
{
color: #7F839F;
}
.AnyTagClassName
{
color: #7F839F;
}
</style>
background-color css
<style>
a { background-color: #7F839F; }
a { background-color: rgb(127,131,159); }
div.DivClassName
{
background-color: #7F839F;
}
.BgClassName
{
background-color: #7F839F;
}
</style>
border-color css
<style>
span { border-color: #7F839F; }
span { border-color: rgb(127,131,159); }
td.TdClassName
{
border-color: #7F839F;
}
.TagClassName
{
border-color: #7F839F;
}
</style>