#9B788A

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

Shades of Mountbatten Pink #9B788A

Tints of Mountbatten Pink #9B788A

Color information

#9B788A (or 0x9B788A) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 78 and 8A. RGB value is (155,120,138). Sum of RGB (Red+Green+Blue) = 155+120+138=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B788A is #648775. Grayscale: #848484. Windows color (decimal): -6588278 or 9074843. OLE color: 9074843.

HSL color Cylindrical-coordinate representation of color #9B788A: hue angle of 329.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B788A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB155120138-
CMYK00.230.110.39
HSL329.14º14.89%53.92%-
HSV(B)329.14º22.58%60.78%-
XYZ24.8222.2427.03-
YUV132.52131.1144.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.53%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=37.53%
G=29.06%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512013800.230.110.39329.1414.8953.92
Hex9B788A017B27149f36
Octal23317021202713475111766
Binary1001101111110001000101001011110111001111010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B788A; }

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

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

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

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

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

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

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

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