#96778C

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

Shades of Mountbatten Pink #96778C

Tints of Mountbatten Pink #96778C

Color information

#96778C (or 0x96778C) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 77 and 8C. RGB value is (150,119,140). Sum of RGB (Red+Green+Blue) = 150+119+140=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96778C is #698873. Grayscale: #828282. Windows color (decimal): -6916212 or 9205654. OLE color: 9205654.

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

Color convert

RGB150119140-
CMYK00.210.070.41
HSL319.35º12.86%52.75%-
HSV(B)319.35º20.67%58.82%-
XYZ23.9121.5727.71-
YUV130.66133.27141.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=36.67%
G=29.10%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011914000.210.070.41319.3512.8652.75
Hex96778C01572913fd35
Octal2261672140257514771565
Binary100101101110111100011000101011111010011001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96778C; }

 p { color: rgb(150,119,140); }

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

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

 a { background-color: rgb(150,119,140); }

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

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

 span { border-color: rgb(150,119,140); }

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