#91788C

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

Shades of Mountbatten Pink #91788C

Tints of Mountbatten Pink #91788C

Color information

#91788C (or 0x91788C) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 78 and 8C. RGB value is (145,120,140). Sum of RGB (Red+Green+Blue) = 145+120+140=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 145 - color contains mainly: red. Hex color #91788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91788C is #6E8773. Grayscale: #818181. Windows color (decimal): -7243636 or 9205905. OLE color: 9205905.

HSL color Cylindrical-coordinate representation of color #91788C: hue angle of 312º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91788C is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145120140-
CMYK00.170.030.43
HSL312º10.2%51.96%-
HSV(B)312º17.24%56.86%-
XYZ23.1321.3527.71-
YUV129.76133.78138.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.80%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=35.80%
G=29.63%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512014000.170.030.4331210.251.96
Hex91788C01132B138a34
Octal2211702140213534701264
Binary10010001111100010001100010001111010111001110001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,120,140); }

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

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

 a { background-color: rgb(145,120,140); }

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

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

 span { border-color: rgb(145,120,140); }

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