#997788

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

Shades of Mountbatten Pink #997788

Tints of Mountbatten Pink #997788

Color information

#997788 (or 0x997788) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 77 and 88. RGB value is (153,119,136). Sum of RGB (Red+Green+Blue) = 153+119+136=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #997788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997788 is #668877. Grayscale: #838383. Windows color (decimal): -6719608 or 8943513. OLE color: 8943513.

HSL color Cylindrical-coordinate representation of color #997788: hue angle of 330º 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 #997788 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153119136-
CMYK00.220.110.4
HSL330º14.29%53.33%-
HSV(B)330º22.22%60%-
XYZ24.1821.7426.22-
YUV131.1130.76143.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311913600.220.110.433014.2953.33
Hex997788016B2814ae35
Octal23116721002613505121665
Binary1001100111101111000100001011010111010001010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997788; }

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

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

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

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

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

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

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

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