#9B768B

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

Shades of Mountbatten Pink #9B768B

Tints of Mountbatten Pink #9B768B

Color information

#9B768B (or 0x9B768B) is unknown color: approx Mountbatten Pink. HEX triplet: 9B, 76 and 8B. RGB value is (155,118,139). Sum of RGB (Red+Green+Blue) = 155+118+139=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768B is #648974. Grayscale: #838383. Windows color (decimal): -6588789 or 9139867. OLE color: 9139867.

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

Color convert

RGB155118139-
CMYK00.240.100.39
HSL325.95º15.61%53.53%-
HSV(B)325.95º23.87%60.78%-
XYZ24.6621.7927.33-
YUV131.46132.26144.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.62%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=37.62%
G=28.64%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511813900.240.100.39325.9515.6153.53
Hex9B768B018A271461036
Octal23316621303012475062066
Binary10011011111011010001011011000101010011110100011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,139); }

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

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

 a { background-color: rgb(155,118,139); }

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

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

 span { border-color: rgb(155,118,139); }

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