#91788A

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

Shades of Mountbatten Pink #91788A

Tints of Mountbatten Pink #91788A

Color information

#91788A (or 0x91788A) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 78 and 8A. RGB value is (145,120,138). Sum of RGB (Red+Green+Blue) = 145+120+138=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #91788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91788A is #6E8775. Grayscale: #818181. Windows color (decimal): -7243638 or 9074833. OLE color: 9074833.

HSL color Cylindrical-coordinate representation of color #91788A: hue angle of 316.8º 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 #91788A is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB145120138-
CMYK00.170.050.43
HSL316.8º10.2%51.96%-
HSV(B)316.8º17.24%56.86%-
XYZ22.9821.2926.94-
YUV129.53132.78139.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.98%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=35.98%
G=29.78%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512013800.170.050.43316.810.251.96
Hex91788A01152B13da34
Octal2211702120215534751264
Binary100100011111000100010100100011011010111001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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