#917786

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

Shades of Mountbatten Pink #917786

Tints of Mountbatten Pink #917786

Color information

#917786 (or 0x917786) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 77 and 86. RGB value is (145,119,134). Sum of RGB (Red+Green+Blue) = 145+119+134=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #917786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917786 is #6E8879. Grayscale: #808080. Windows color (decimal): -7243898 or 8812433. OLE color: 8812433.

HSL color Cylindrical-coordinate representation of color #917786: hue angle of 325.38º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917786 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145119134-
CMYK00.180.080.43
HSL325.38º10.57%51.76%-
HSV(B)325.38º17.93%56.86%-
XYZ22.5820.9325.41-
YUV128.48131.11139.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=36.43%
G=29.90%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511913400.180.080.43325.3810.5751.76
Hex91778601282B145b34
Octal22116720602210535051364
Binary1001000111101111000011001001010001010111010001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917786; }

 p { color: rgb(145,119,134); }

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

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

 a { background-color: rgb(145,119,134); }

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

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

 span { border-color: rgb(145,119,134); }

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