Shades of Mountbatten Pink #977B88
Tints of Mountbatten Pink #977B88
RGB
CMYK
RGB Variations
Color information
#977B88 (or 0x977B88) is known color: Mountbatten Pink. HEX triplet: 97, 7B and 88. RGB value is (151,123,136). Sum of RGB (Red+Green+Blue) = 151+123+136=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 151 - color contains mainly: red. Hex color #977B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B88 is #688477. Grayscale: #848484. Windows color (decimal): -6849656 or 8944535. OLE color: 8944535.
HSL color Cylindrical-coordinate representation of color #977B88: hue angle of 332.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #977B88 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 136 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.41 |
| HSL | 332.14º | 0.12% | 0.54% | - |
| HSV(B) | 332.14º | 0.19% | 0.59% | - |
| XYZ | 24.29 | 22.52 | 26.36 | - |
| YUV | 132.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 136 | 0 | 0.19 | 0.10 | 0.41 | 332.14 | 0.12 | 0.54 |
| Hex | 97 | 7B | 88 | 0 | 13 | A | 29 | 14C | C | 36 |
| Octal | 227 | 173 | 210 | 0 | 23 | 12 | 51 | 514 | 14 | 66 |
| Binary | 10010111 | 1111011 | 10001000 | 0 | 10011 | 1010 | 101001 | 101001100 | 1100 | 110110 |
Color Harmonies of #977B88
Complementary color
Monochromatic Colors of #977B88
Black with #977B88
Text Example
Text Example
White with #977B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B88; }
p { color: rgb(151,123,136); }
H1.HeaderClassName
{
color: #977B88;
}
.AnyTagClassName
{
color: #977B88;
}
</style>
background-color css
<style>
a { background-color: #977B88; }
a { background-color: rgb(151,123,136); }
div.DivClassName
{
background-color: #977B88;
}
.BgClassName
{
background-color: #977B88;
}
</style>
border-color css
<style>
span { border-color: #977B88; }
span { border-color: rgb(151,123,136); }
td.TdClassName
{
border-color: #977B88;
}
.TagClassName
{
border-color: #977B88;
}
</style>