Html Css Color HEX #9B768B Mountbatten Pink

📋 copy color: '#9B768B'

red 155 ◦ green 118 ◦ blue 139

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

Shades of Mountbatten Pink #9B768B

Tints of Mountbatten Pink #9B768B

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 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

#9B768B (or 0x9B768B) is known color: 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

RGB 155 118 139 -
CMYK 0 0.24 0.10 0.39
HSL 325.95º 0.16% 0.54% -
HSV(B) 325.95º 0.24% 0.61% -
XYZ 24.66 21.79 27.33 -
YUV 131.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 155 118 139 0 0.24 0.10 0.39 325.95 0.16 0.54
Hex 9B 76 8B 0 18 A 27 146 10 36
Octal 233 166 213 0 30 12 47 506 20 66
Binary 10011011 1110110 10001011 0 11000 1010 100111 101000110 10000 110110

Color Harmonies of #9B768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B768B

Black with #9B768B

Text Example


Text Example

White with #9B768B

Text Example


Text Example

HTML Codes & Css Web 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>