Shades of Mountbatten Pink #98778C
Tints of Mountbatten Pink #98778C
RGB
CMYK
RGB Variations
Color information
#98778C (or 0x98778C) is known color: Mountbatten Pink. HEX triplet: 98, 77 and 8C. RGB value is (152,119,140). Sum of RGB (Red+Green+Blue) = 152+119+140=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98778C is #678873. Grayscale: #838383. Windows color (decimal): -6785140 or 9205656. OLE color: 9205656.
HSL color Cylindrical-coordinate representation of color #98778C: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98778C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 140 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.40 |
| HSL | 321.82º | 0.14% | 0.53% | - |
| HSV(B) | 321.82º | 0.22% | 0.6% | - |
| XYZ | 24.28 | 21.76 | 27.73 | - |
| YUV | 131.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 140 | 0 | 0.22 | 0.08 | 0.40 | 321.82 | 0.14 | 0.53 |
| Hex | 98 | 77 | 8C | 0 | 16 | 8 | 28 | 142 | E | 35 |
| Octal | 230 | 167 | 214 | 0 | 26 | 10 | 50 | 502 | 16 | 65 |
| Binary | 10011000 | 1110111 | 10001100 | 0 | 10110 | 1000 | 101000 | 101000010 | 1110 | 110101 |
Color Harmonies of #98778C
Complementary color
Monochromatic Colors of #98778C
Black with #98778C
Text Example
Text Example
White with #98778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98778C; }
p { color: rgb(152,119,140); }
H1.HeaderClassName
{
color: #98778C;
}
.AnyTagClassName
{
color: #98778C;
}
</style>
background-color css
<style>
a { background-color: #98778C; }
a { background-color: rgb(152,119,140); }
div.DivClassName
{
background-color: #98778C;
}
.BgClassName
{
background-color: #98778C;
}
</style>
border-color css
<style>
span { border-color: #98778C; }
span { border-color: rgb(152,119,140); }
td.TdClassName
{
border-color: #98778C;
}
.TagClassName
{
border-color: #98778C;
}
</style>