#997787

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

Shades of Mountbatten Pink #997787

Tints of Mountbatten Pink #997787

Color information

#997787 (or 0x997787) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 77 and 87. RGB value is (153,119,135). Sum of RGB (Red+Green+Blue) = 153+119+135=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #997787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997787 is #668878. Grayscale: #828282. Windows color (decimal): -6719609 or 8877977. OLE color: 8877977.

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

Color convert

RGB153119135-
CMYK00.220.120.4
HSL331.76º14.29%53.33%-
HSV(B)331.76º22.22%60%-
XYZ24.1121.7225.84-
YUV130.99130.26143.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=37.59%
G=29.24%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311913500.220.120.4331.7614.2953.33
Hex997787016C2814ce35
Octal23116720702614505141665
Binary1001100111101111000011101011011001010001010011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997787; }

 p { color: rgb(153,119,135); }

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

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

 a { background-color: rgb(153,119,135); }

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

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

 span { border-color: rgb(153,119,135); }

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