Shades of Mountbatten Pink #90788A
Tints of Mountbatten Pink #90788A
RGB
CMYK
RGB Variations
Color information
#90788A (or 0x90788A) is known color: Mountbatten Pink. HEX triplet: 90, 78 and 8A. RGB value is (144,120,138). Sum of RGB (Red+Green+Blue) = 144+120+138=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 144 - color contains mainly: red. Hex color #90788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90788A is #6F8775. Grayscale: #818181. Windows color (decimal): -7309174 or 9074832. OLE color: 9074832.
HSL color Cylindrical-coordinate representation of color #90788A: hue angle of 315º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90788A is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 138 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.44 |
| HSL | 315º | 0.1% | 0.52% | - |
| HSV(B) | 315º | 0.17% | 0.56% | - |
| XYZ | 22.81 | 21.2 | 26.93 | - |
| YUV | 129.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 138 | 0 | 0.17 | 0.04 | 0.44 | 315 | 0.1 | 0.52 |
| Hex | 90 | 78 | 8A | 0 | 11 | 4 | 2C | 13B | A | 34 |
| Octal | 220 | 170 | 212 | 0 | 21 | 4 | 54 | 473 | 12 | 64 |
| Binary | 10010000 | 1111000 | 10001010 | 0 | 10001 | 100 | 101100 | 100111011 | 1010 | 110100 |
Color Harmonies of #90788A
Complementary color
Monochromatic Colors of #90788A
Black with #90788A
Text Example
Text Example
White with #90788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90788A; }
p { color: rgb(144,120,138); }
H1.HeaderClassName
{
color: #90788A;
}
.AnyTagClassName
{
color: #90788A;
}
</style>
background-color css
<style>
a { background-color: #90788A; }
a { background-color: rgb(144,120,138); }
div.DivClassName
{
background-color: #90788A;
}
.BgClassName
{
background-color: #90788A;
}
</style>
border-color css
<style>
span { border-color: #90788A; }
span { border-color: rgb(144,120,138); }
td.TdClassName
{
border-color: #90788A;
}
.TagClassName
{
border-color: #90788A;
}
</style>