Shades of Mountbatten Pink #9E778A
Tints of Mountbatten Pink #9E778A
RGB
CMYK
RGB Variations
Color information
#9E778A (or 0x9E778A) is known color: Mountbatten Pink. HEX triplet: 9E, 77 and 8A. RGB value is (158,119,138). Sum of RGB (Red+Green+Blue) = 158+119+138=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E778A is #618875. Grayscale: #848484. Windows color (decimal): -6391926 or 9074590. OLE color: 9074590.
HSL color Cylindrical-coordinate representation of color #9E778A: hue angle of 330.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E778A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 119 | 138 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.38 |
| HSL | 330.77º | 0.17% | 0.54% | - |
| HSV(B) | 330.77º | 0.25% | 0.62% | - |
| XYZ | 25.28 | 22.3 | 27.02 | - |
| YUV | 132.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 138 | 0 | 0.25 | 0.13 | 0.38 | 330.77 | 0.17 | 0.54 |
| Hex | 9E | 77 | 8A | 0 | 19 | D | 26 | 14B | 11 | 36 |
| Octal | 236 | 167 | 212 | 0 | 31 | 15 | 46 | 513 | 21 | 66 |
| Binary | 10011110 | 1110111 | 10001010 | 0 | 11001 | 1101 | 100110 | 101001011 | 10001 | 110110 |
Color Harmonies of #9E778A
Complementary color
Monochromatic Colors of #9E778A
Black with #9E778A
Text Example
Text Example
White with #9E778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E778A; }
p { color: rgb(158,119,138); }
H1.HeaderClassName
{
color: #9E778A;
}
.AnyTagClassName
{
color: #9E778A;
}
</style>
background-color css
<style>
a { background-color: #9E778A; }
a { background-color: rgb(158,119,138); }
div.DivClassName
{
background-color: #9E778A;
}
.BgClassName
{
background-color: #9E778A;
}
</style>
border-color css
<style>
span { border-color: #9E778A; }
span { border-color: rgb(158,119,138); }
td.TdClassName
{
border-color: #9E778A;
}
.TagClassName
{
border-color: #9E778A;
}
</style>