#977888

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

Shades of Mountbatten Pink #977888

Tints of Mountbatten Pink #977888

Color information

#977888 (or 0x977888) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 78 and 88. RGB value is (151,120,136). Sum of RGB (Red+Green+Blue) = 151+120+136=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #977888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977888 is #688777. Grayscale: #838383. Windows color (decimal): -6850424 or 8943767. OLE color: 8943767.

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

Color convert

RGB151120136-
CMYK00.210.100.41
HSL329.03º12.97%53.14%-
HSV(B)329.03º20.53%59.22%-
XYZ23.9221.7926.24-
YUV131.09130.77142.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=37.10%
G=29.48%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112013600.210.100.41329.0312.9753.14
Hex977888015A29149d35
Octal22717021002512515111565
Binary1001011111110001000100001010110101010011010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977888; }

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

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

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

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

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

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

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

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