#95778A

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

Shades of Mountbatten Pink #95778A

Tints of Mountbatten Pink #95778A

Color information

#95778A (or 0x95778A) is unknown color: approx Mountbatten Pink. HEX triplet: 95, 77 and 8A. RGB value is (149,119,138). Sum of RGB (Red+Green+Blue) = 149+119+138=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95778A is #6A8875. Grayscale: #828282. Windows color (decimal): -6981750 or 9074581. OLE color: 9074581.

HSL color Cylindrical-coordinate representation of color #95778A: hue angle of 322º 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 #95778A is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149119138-
CMYK00.200.070.42
HSL322º12.4%52.55%-
HSV(B)322º20.13%58.43%-
XYZ23.5821.4226.94-
YUV130.14132.44141.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=36.70%
G=29.31%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911913800.200.070.4232212.452.55
Hex95778A01472A142c35
Octal2251672120247525021465
Binary100101011110111100010100101001111010101010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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