#977288

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

Shades of Mountbatten Pink #977288

Tints of Mountbatten Pink #977288

Color information

#977288 (or 0x977288) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 72 and 88. RGB value is (151,114,136). Sum of RGB (Red+Green+Blue) = 151+114+136=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #977288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977288 is #688D77. Grayscale: #7F7F7F. Windows color (decimal): -6851960 or 8942231. OLE color: 8942231.

HSL color Cylindrical-coordinate representation of color #977288: hue angle of 324.32º 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 #977288 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB151114136-
CMYK00.250.100.41
HSL324.32º15.1%51.96%-
HSV(B)324.32º24.5%59.22%-
XYZ23.2220.3926-
YUV127.57132.76144.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=37.66%
G=28.43%
B=33.92%

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
Decimal15111413600.250.100.41324.3215.151.96
Hex977288019A29144f34
Octal22716221003112515041764
Binary1001011111100101000100001100110101010011010001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977288; }

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

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

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

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

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

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

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

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