Shades of Mountbatten Pink #9D778F
Tints of Mountbatten Pink #9D778F
RGB
CMYK
RGB Variations
Color information
#9D778F (or 0x9D778F) is known color: Mountbatten Pink. HEX triplet: 9D, 77 and 8F. RGB value is (157,119,143). Sum of RGB (Red+Green+Blue) = 157+119+143=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D778F is #628870. Grayscale: #858585. Windows color (decimal): -6457457 or 9402269. OLE color: 9402269.
HSL color Cylindrical-coordinate representation of color #9D778F: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D778F is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 143 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.38 |
| HSL | 322.11º | 0.16% | 0.54% | - |
| HSV(B) | 322.11º | 0.24% | 0.62% | - |
| XYZ | 25.46 | 22.34 | 28.96 | - |
| YUV | 133.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 143 | 0 | 0.24 | 0.09 | 0.38 | 322.11 | 0.16 | 0.54 |
| Hex | 9D | 77 | 8F | 0 | 18 | 9 | 26 | 142 | 10 | 36 |
| Octal | 235 | 167 | 217 | 0 | 30 | 11 | 46 | 502 | 20 | 66 |
| Binary | 10011101 | 1110111 | 10001111 | 0 | 11000 | 1001 | 100110 | 101000010 | 10000 | 110110 |
Color Harmonies of #9D778F
Complementary color
Monochromatic Colors of #9D778F
Black with #9D778F
Text Example
Text Example
White with #9D778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D778F; }
p { color: rgb(157,119,143); }
H1.HeaderClassName
{
color: #9D778F;
}
.AnyTagClassName
{
color: #9D778F;
}
</style>
background-color css
<style>
a { background-color: #9D778F; }
a { background-color: rgb(157,119,143); }
div.DivClassName
{
background-color: #9D778F;
}
.BgClassName
{
background-color: #9D778F;
}
</style>
border-color css
<style>
span { border-color: #9D778F; }
span { border-color: rgb(157,119,143); }
td.TdClassName
{
border-color: #9D778F;
}
.TagClassName
{
border-color: #9D778F;
}
</style>