Shades of Mountbatten Pink #9A778A
Tints of Mountbatten Pink #9A778A
RGB
CMYK
RGB Variations
Color information
#9A778A (or 0x9A778A) is known color: Mountbatten Pink. HEX triplet: 9A, 77 and 8A. RGB value is (154,119,138). Sum of RGB (Red+Green+Blue) = 154+119+138=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A778A is #658875. Grayscale: #838383. Windows color (decimal): -6654070 or 9074586. OLE color: 9074586.
HSL color Cylindrical-coordinate representation of color #9A778A: hue angle of 327.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A778A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 119 | 138 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.40 |
| HSL | 327.43º | 0.15% | 0.54% | - |
| HSV(B) | 327.43º | 0.23% | 0.6% | - |
| XYZ | 24.51 | 21.9 | 26.98 | - |
| YUV | 131.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 119 | 138 | 0 | 0.23 | 0.10 | 0.40 | 327.43 | 0.15 | 0.54 |
| Hex | 9A | 77 | 8A | 0 | 17 | A | 28 | 147 | F | 36 |
| Octal | 232 | 167 | 212 | 0 | 27 | 12 | 50 | 507 | 17 | 66 |
| Binary | 10011010 | 1110111 | 10001010 | 0 | 10111 | 1010 | 101000 | 101000111 | 1111 | 110110 |
Color Harmonies of #9A778A
Complementary color
Monochromatic Colors of #9A778A
Black with #9A778A
Text Example
Text Example
White with #9A778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A778A; }
p { color: rgb(154,119,138); }
H1.HeaderClassName
{
color: #9A778A;
}
.AnyTagClassName
{
color: #9A778A;
}
</style>
background-color css
<style>
a { background-color: #9A778A; }
a { background-color: rgb(154,119,138); }
div.DivClassName
{
background-color: #9A778A;
}
.BgClassName
{
background-color: #9A778A;
}
</style>
border-color css
<style>
span { border-color: #9A778A; }
span { border-color: rgb(154,119,138); }
td.TdClassName
{
border-color: #9A778A;
}
.TagClassName
{
border-color: #9A778A;
}
</style>