#977B89

Color #977B89 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #977B89

Tints of Mountbatten Pink #977B89

Color information

#977B89 (or 0x977B89) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 7B and 89. RGB value is (151,123,137). Sum of RGB (Red+Green+Blue) = 151+123+137=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #977B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977B89 is #688476. Grayscale: #848484. Windows color (decimal): -6849655 or 9010071. OLE color: 9010071.

HSL color Cylindrical-coordinate representation of color #977B89: hue angle of 330º 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 #977B89 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151123137-
CMYK00.190.090.41
HSL330º11.86%53.73%-
HSV(B)330º18.54%59.22%-
XYZ24.3622.5526.74-
YUV132.97130.28140.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=36.74%
G=29.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112313700.190.090.4133011.8653.73
Hex977B8901392914ac36
Octal22717321102311515121466
Binary1001011111110111000100101001110011010011010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977B89; }

 p { color: rgb(151,123,137); }

 H1.HeaderClassName
 {
   color: #977B89;
 }
 .AnyTagClassName
 {
   color: #977B89;
 }
</style>
background-color css

<style>
 a { background-color: #977B89; }

 a { background-color: rgb(151,123,137); }

 div.DivClassName
 {
   background-color: #977B89;
 }
 .BgClassName
 {
   background-color: #977B89;
 }
</style>
border-color css

<style>
 span { border-color: #977B89; }

 span { border-color: rgb(151,123,137); }

 td.TdClassName
 {
   border-color: #977B89;
 }
 .TagClassName
 {
   border-color: #977B89;
 }
</style>