Html Css Color HEX #9B768A Mountbatten Pink

📋 copy color: '#9B768A'

red 155 ◦ green 118 ◦ blue 138

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

Shades of Mountbatten Pink #9B768A

Tints of Mountbatten Pink #9B768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 37.71%
G = 28.71%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B768A (or 0x9B768A) is known color: Mountbatten Pink. HEX triplet: 9B, 76 and 8A. RGB value is (155,118,138). Sum of RGB (Red+Green+Blue) = 155+118+138=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B768A is #648975. Grayscale: #838383. Windows color (decimal): -6588790 or 9074331. OLE color: 9074331.

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

Color convert

RGB 155 118 138 -
CMYK 0 0.24 0.11 0.39
HSL 327.57º 0.16% 0.54% -
HSV(B) 327.57º 0.24% 0.61% -
XYZ 24.58 21.76 26.95 -
YUV 131.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 155 118 138 0 0.24 0.11 0.39 327.57 0.16 0.54
Hex 9B 76 8A 0 18 B 27 148 10 36
Octal 233 166 212 0 30 13 47 510 20 66
Binary 10011011 1110110 10001010 0 11000 1011 100111 101001000 10000 110110

Color Harmonies of #9B768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B768A

Black with #9B768A

Text Example


Text Example

White with #9B768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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