#977586

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

Shades of Mountbatten Pink #977586

Tints of Mountbatten Pink #977586

Color information

#977586 (or 0x977586) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 75 and 86. RGB value is (151,117,134). Sum of RGB (Red+Green+Blue) = 151+117+134=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977586 is #688A79. Grayscale: #818181. Windows color (decimal): -6851194 or 8811927. OLE color: 8811927.

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

Color convert

RGB151117134-
CMYK00.230.110.41
HSL330º14.05%52.55%-
HSV(B)330º22.52%59.22%-
XYZ23.4321.0225.38-
YUV129.1130.76143.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=37.56%
G=29.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111713400.230.110.4133014.0552.55
Hex977586017B2914ae35
Octal22716520602713515121665
Binary1001011111101011000011001011110111010011010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977586; }

 p { color: rgb(151,117,134); }

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

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

 a { background-color: rgb(151,117,134); }

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

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

 span { border-color: rgb(151,117,134); }

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