Html Css Color HEX #9B778E Mountbatten Pink

📋 copy color: '#9B778E'

red 155 ◦ green 119 ◦ blue 142

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

Shades of Mountbatten Pink #9B778E

Tints of Mountbatten Pink #9B778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 37.26%
G = 28.61%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B778E (or 0x9B778E) is known color: Mountbatten Pink. HEX triplet: 9B, 77 and 8E. RGB value is (155,119,142). Sum of RGB (Red+Green+Blue) = 155+119+142=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B778E is #648871. Grayscale: #848484. Windows color (decimal): -6588530 or 9336731. OLE color: 9336731.

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

Color convert

RGB 155 119 142 -
CMYK 0 0.23 0.08 0.39
HSL 321.67º 0.15% 0.54% -
HSV(B) 321.67º 0.23% 0.61% -
XYZ 25 22.12 28.54 -
YUV 132.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 155 119 142 0 0.23 0.08 0.39 321.67 0.15 0.54
Hex 9B 77 8E 0 17 8 27 142 F 36
Octal 233 167 216 0 27 10 47 502 17 66
Binary 10011011 1110111 10001110 0 10111 1000 100111 101000010 1111 110110

Color Harmonies of #9B778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B778E

Black with #9B778E

Text Example


Text Example

White with #9B778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,142); }

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

background-color css

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

 a { background-color: rgb(155,119,142); }

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

border-color css

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

 span { border-color: rgb(155,119,142); }

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