#95778C

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

Shades of Mountbatten Pink #95778C

Tints of Mountbatten Pink #95778C

Color information

#95778C (or 0x95778C) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 77 and 8C. RGB value is (149,119,140). Sum of RGB (Red+Green+Blue) = 149+119+140=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #95778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778C is #6A8873. Grayscale: #828282. Windows color (decimal): -6981748 or 9205653. OLE color: 9205653.

HSL color Cylindrical-coordinate representation of color #95778C: hue angle of 318º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95778C is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB149119140-
CMYK00.200.060.42
HSL318º12.4%52.55%-
HSV(B)318º20.13%58.43%-
XYZ23.7221.4827.71-
YUV130.36133.44141.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=36.52%
G=29.17%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911914000.200.060.4231812.452.55
Hex95778C01462A13ec35
Octal2251672140246524761465
Binary100101011110111100011000101001101010101001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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