#977791

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

Shades of Mountbatten Pink #977791

Tints of Mountbatten Pink #977791

Color information

#977791 (or 0x977791) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 77 and 91. RGB value is (151,119,145). Sum of RGB (Red+Green+Blue) = 151+119+145=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #977791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977791 is #68886E. Grayscale: #838383. Windows color (decimal): -6850671 or 9533335. OLE color: 9533335.

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

Color convert

RGB151119145-
CMYK00.210.040.41
HSL311.25º13.33%52.94%-
HSV(B)311.25º21.19%59.22%-
XYZ24.4721.8229.71-
YUV131.53135.6141.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.39%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=36.39%
G=28.67%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111914500.210.040.41311.2513.3352.94
Hex977791015429137d35
Octal2271672210254514671565
Binary100101111110111100100010101011001010011001101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977791; }

 p { color: rgb(151,119,145); }

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

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

 a { background-color: rgb(151,119,145); }

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

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

 span { border-color: rgb(151,119,145); }

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