#977686

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

Shades of Mountbatten Pink #977686

Tints of Mountbatten Pink #977686

Color information

#977686 (or 0x977686) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 76 and 86. RGB value is (151,118,134). Sum of RGB (Red+Green+Blue) = 151+118+134=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977686 is #688979. Grayscale: #818181. Windows color (decimal): -6850938 or 8812183. OLE color: 8812183.

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

Color convert

RGB151118134-
CMYK00.220.110.41
HSL330.91º13.69%52.75%-
HSV(B)330.91º21.85%59.22%-
XYZ23.5421.2625.42-
YUV129.69130.43143.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=37.47%
G=29.28%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111813400.220.110.41330.9113.6952.75
Hex977686016B2914be35
Octal22716620602613515131665
Binary1001011111101101000011001011010111010011010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977686; }

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

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

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

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

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

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

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

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