#977188

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

Shades of Mountbatten Pink #977188

Tints of Mountbatten Pink #977188

Color information

#977188 (or 0x977188) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 71 and 88. RGB value is (151,113,136). Sum of RGB (Red+Green+Blue) = 151+113+136=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977188 is #688E77. Grayscale: #7E7E7E. Windows color (decimal): -6852216 or 8941975. OLE color: 8941975.

HSL color Cylindrical-coordinate representation of color #977188: hue angle of 323.68º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977188 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB151113136-
CMYK00.250.100.41
HSL323.68º15.45%51.76%-
HSV(B)323.68º25.17%59.22%-
XYZ23.1120.1725.97-
YUV126.98133.09145.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 136 (53.52% from 255) = 34%
R=37.75%
G=28.25%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111313600.250.100.41323.6815.4551.76
Hex977188019A29144f34
Octal22716121003112515041764
Binary1001011111100011000100001100110101010011010001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977188; }

 p { color: rgb(151,113,136); }

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

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

 a { background-color: rgb(151,113,136); }

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

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

 span { border-color: rgb(151,113,136); }

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