Shades of Mountbatten Pink #9F778B
Tints of Mountbatten Pink #9F778B
RGB
CMYK
RGB Variations
Color information
#9F778B (or 0x9F778B) is known color: Mountbatten Pink. HEX triplet: 9F, 77 and 8B. RGB value is (159,119,139). Sum of RGB (Red+Green+Blue) = 159+119+139=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F778B is #608874. Grayscale: #858585. Windows color (decimal): -6326389 or 9140127. OLE color: 9140127.
HSL color Cylindrical-coordinate representation of color #9F778B: hue angle of 330º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F778B is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 139 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.38 |
| HSL | 330º | 0.17% | 0.55% | - |
| HSV(B) | 330º | 0.25% | 0.62% | - |
| XYZ | 25.56 | 22.43 | 27.41 | - |
| YUV | 133.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 139 | 0 | 0.25 | 0.13 | 0.38 | 330 | 0.17 | 0.55 |
| Hex | 9F | 77 | 8B | 0 | 19 | D | 26 | 14A | 11 | 37 |
| Octal | 237 | 167 | 213 | 0 | 31 | 15 | 46 | 512 | 21 | 67 |
| Binary | 10011111 | 1110111 | 10001011 | 0 | 11001 | 1101 | 100110 | 101001010 | 10001 | 110111 |
Color Harmonies of #9F778B
Complementary color
Monochromatic Colors of #9F778B
Black with #9F778B
Text Example
Text Example
White with #9F778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F778B; }
p { color: rgb(159,119,139); }
H1.HeaderClassName
{
color: #9F778B;
}
.AnyTagClassName
{
color: #9F778B;
}
</style>
background-color css
<style>
a { background-color: #9F778B; }
a { background-color: rgb(159,119,139); }
div.DivClassName
{
background-color: #9F778B;
}
.BgClassName
{
background-color: #9F778B;
}
</style>
border-color css
<style>
span { border-color: #9F778B; }
span { border-color: rgb(159,119,139); }
td.TdClassName
{
border-color: #9F778B;
}
.TagClassName
{
border-color: #9F778B;
}
</style>