Shades of Mountbatten Pink #92788A
Tints of Mountbatten Pink #92788A
RGB
CMYK
RGB Variations
Color information
#92788A (or 0x92788A) is known color: Mountbatten Pink. HEX triplet: 92, 78 and 8A. RGB value is (146,120,138). Sum of RGB (Red+Green+Blue) = 146+120+138=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #92788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92788A is #6D8775. Grayscale: #818181. Windows color (decimal): -7178102 or 9074834. OLE color: 9074834.
HSL color Cylindrical-coordinate representation of color #92788A: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92788A is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 120 | 138 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.43 |
| HSL | 318.46º | 0.11% | 0.52% | - |
| HSV(B) | 318.46º | 0.18% | 0.57% | - |
| XYZ | 23.16 | 21.38 | 26.95 | - |
| YUV | 129.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 138 | 0 | 0.18 | 0.05 | 0.43 | 318.46 | 0.11 | 0.52 |
| Hex | 92 | 78 | 8A | 0 | 12 | 5 | 2B | 13E | B | 34 |
| Octal | 222 | 170 | 212 | 0 | 22 | 5 | 53 | 476 | 13 | 64 |
| Binary | 10010010 | 1111000 | 10001010 | 0 | 10010 | 101 | 101011 | 100111110 | 1011 | 110100 |
Color Harmonies of #92788A
Complementary color
Monochromatic Colors of #92788A
Black with #92788A
Text Example
Text Example
White with #92788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92788A; }
p { color: rgb(146,120,138); }
H1.HeaderClassName
{
color: #92788A;
}
.AnyTagClassName
{
color: #92788A;
}
</style>
background-color css
<style>
a { background-color: #92788A; }
a { background-color: rgb(146,120,138); }
div.DivClassName
{
background-color: #92788A;
}
.BgClassName
{
background-color: #92788A;
}
</style>
border-color css
<style>
span { border-color: #92788A; }
span { border-color: rgb(146,120,138); }
td.TdClassName
{
border-color: #92788A;
}
.TagClassName
{
border-color: #92788A;
}
</style>