Shades of Mountbatten Pink #9B788A
Tints of Mountbatten Pink #9B788A
RGB
CMYK
RGB Variations
Color information
#9B788A (or 0x9B788A) is known color: Mountbatten Pink. HEX triplet: 9B, 78 and 8A. RGB value is (155,120,138). Sum of RGB (Red+Green+Blue) = 155+120+138=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B788A is #648775. Grayscale: #848484. Windows color (decimal): -6588278 or 9074843. OLE color: 9074843.
HSL color Cylindrical-coordinate representation of color #9B788A: hue angle of 329.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B788A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 138 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.39 |
| HSL | 329.14º | 0.15% | 0.54% | - |
| HSV(B) | 329.14º | 0.23% | 0.61% | - |
| XYZ | 24.82 | 22.24 | 27.03 | - |
| YUV | 132.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 138 | 0 | 0.23 | 0.11 | 0.39 | 329.14 | 0.15 | 0.54 |
| Hex | 9B | 78 | 8A | 0 | 17 | B | 27 | 149 | F | 36 |
| Octal | 233 | 170 | 212 | 0 | 27 | 13 | 47 | 511 | 17 | 66 |
| Binary | 10011011 | 1111000 | 10001010 | 0 | 10111 | 1011 | 100111 | 101001001 | 1111 | 110110 |
Color Harmonies of #9B788A
Complementary color
Monochromatic Colors of #9B788A
Black with #9B788A
Text Example
Text Example
White with #9B788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B788A; }
p { color: rgb(155,120,138); }
H1.HeaderClassName
{
color: #9B788A;
}
.AnyTagClassName
{
color: #9B788A;
}
</style>
background-color css
<style>
a { background-color: #9B788A; }
a { background-color: rgb(155,120,138); }
div.DivClassName
{
background-color: #9B788A;
}
.BgClassName
{
background-color: #9B788A;
}
</style>
border-color css
<style>
span { border-color: #9B788A; }
span { border-color: rgb(155,120,138); }
td.TdClassName
{
border-color: #9B788A;
}
.TagClassName
{
border-color: #9B788A;
}
</style>