Html Css Color HEX #9B768C Mountbatten Pink

📋 copy color: '#9B768C'

red 155 ◦ green 118 ◦ blue 140

#9B768C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #9B768C

Tints of Mountbatten Pink #9B768C

RGB

 RED value IS 155 (60.94% from 255) = 37.53%

 GREEN value IS 118 (46.48% from 255) = 28.57%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 37.53%
G = 28.57%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B768C (or 0x9B768C) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 8C. RGB value is (155,118,140). Sum of RGB (Red+Green+Blue) = 155+118+140=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768C is #648973. Grayscale: #838383. Windows color (decimal): -6588788 or 9205403. OLE color: 9205403.

HSL color Cylindrical-coordinate representation of color #9B768C: hue angle of 324.32º 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 #9B768C is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 118 140 -
CMYK 0 0.24 0.10 0.39
HSL 324.32º 0.16% 0.54% -
HSV(B) 324.32º 0.24% 0.61% -
XYZ 24.73 21.82 27.72 -
YUV 131.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 155 118 140 0 0.24 0.10 0.39 324.32 0.16 0.54
Hex 9B 76 8C 0 18 A 27 144 10 36
Octal 233 166 214 0 30 12 47 504 20 66
Binary 10011011 1110110 10001100 0 11000 1010 100111 101000100 10000 110110

Color Harmonies of #9B768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B768C

Black with #9B768C

Text Example


Text Example

White with #9B768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B768C;
 }
 .AnyTagClassName
 {
   color: #9B768C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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