Shades of Mountbatten Pink #99778A
Tints of Mountbatten Pink #99778A
RGB
CMYK
RGB Variations
Color information
#99778A (or 0x99778A) is known color: Mountbatten Pink. HEX triplet: 99, 77 and 8A. RGB value is (153,119,138). Sum of RGB (Red+Green+Blue) = 153+119+138=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99778A is #668875. Grayscale: #838383. Windows color (decimal): -6719606 or 9074585. OLE color: 9074585.
HSL color Cylindrical-coordinate representation of color #99778A: hue angle of 326.47º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99778A is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 138 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.4 |
| HSL | 326.47º | 0.14% | 0.53% | - |
| HSV(B) | 326.47º | 0.22% | 0.6% | - |
| XYZ | 24.32 | 21.8 | 26.97 | - |
| YUV | 131.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 138 | 0 | 0.22 | 0.10 | 0.4 | 326.47 | 0.14 | 0.53 |
| Hex | 99 | 77 | 8A | 0 | 16 | A | 28 | 146 | E | 35 |
| Octal | 231 | 167 | 212 | 0 | 26 | 12 | 50 | 506 | 16 | 65 |
| Binary | 10011001 | 1110111 | 10001010 | 0 | 10110 | 1010 | 101000 | 101000110 | 1110 | 110101 |
Color Harmonies of #99778A
Complementary color
Monochromatic Colors of #99778A
Black with #99778A
Text Example
Text Example
White with #99778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99778A; }
p { color: rgb(153,119,138); }
H1.HeaderClassName
{
color: #99778A;
}
.AnyTagClassName
{
color: #99778A;
}
</style>
background-color css
<style>
a { background-color: #99778A; }
a { background-color: rgb(153,119,138); }
div.DivClassName
{
background-color: #99778A;
}
.BgClassName
{
background-color: #99778A;
}
</style>
border-color css
<style>
span { border-color: #99778A; }
span { border-color: rgb(153,119,138); }
td.TdClassName
{
border-color: #99778A;
}
.TagClassName
{
border-color: #99778A;
}
</style>