Shades of Manatee #7F849C
Tints of Manatee #7F849C
RGB
CMYK
RGB Variations
Color information
#7F849C (or 0x7F849C) is known color: Manatee. HEX triplet: 7F, 84 and 9C. RGB value is (127,132,156). Sum of RGB (Red+Green+Blue) = 127+132+156=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F849C is #807B63. Grayscale: #858585. Windows color (decimal): -8420196 or 10257535. OLE color: 10257535.
HSL color Cylindrical-coordinate representation of color #7F849C: hue angle of 229.66º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F849C is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 132 | 156 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.39 |
| HSL | 229.66º | 0.13% | 0.55% | - |
| HSV(B) | 229.66º | 0.19% | 0.61% | - |
| XYZ | 23 | 23.41 | 34.76 | - |
| YUV | 133.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 156 | 0.19 | 0.15 | 0 | 0.39 | 229.66 | 0.13 | 0.55 |
| Hex | 7F | 84 | 9C | 13 | F | 0 | 27 | E6 | D | 37 |
| Octal | 177 | 204 | 234 | 23 | 17 | 0 | 47 | 346 | 15 | 67 |
| Binary | 1111111 | 10000100 | 10011100 | 10011 | 1111 | 0 | 100111 | 11100110 | 1101 | 110111 |
Color Harmonies of #7F849C
Complementary color
Monochromatic Colors of #7F849C
Black with #7F849C
Text Example
Text Example
White with #7F849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F849C; }
p { color: rgb(127,132,156); }
H1.HeaderClassName
{
color: #7F849C;
}
.AnyTagClassName
{
color: #7F849C;
}
</style>
background-color css
<style>
a { background-color: #7F849C; }
a { background-color: rgb(127,132,156); }
div.DivClassName
{
background-color: #7F849C;
}
.BgClassName
{
background-color: #7F849C;
}
</style>
border-color css
<style>
span { border-color: #7F849C; }
span { border-color: rgb(127,132,156); }
td.TdClassName
{
border-color: #7F849C;
}
.TagClassName
{
border-color: #7F849C;
}
</style>