Html Css Color HEX #9D788B Mountbatten Pink

📋 copy color: '#9D788B'

red 157 ◦ green 120 ◦ blue 139

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

Shades of Mountbatten Pink #9D788B

Tints of Mountbatten Pink #9D788B

RGB

 RED value IS 157 (61.72% from 255) = 37.74%

 GREEN value IS 120 (47.27% from 255) = 28.85%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 37.74%
G = 28.85%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9D788B (or 0x9D788B) is known color: Mountbatten Pink. HEX triplet: 9D, 78 and 8B. RGB value is (157,120,139). Sum of RGB (Red+Green+Blue) = 157+120+139=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D788B is #628774. Grayscale: #858585. Windows color (decimal): -6457205 or 9140381. OLE color: 9140381.

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

Color convert

RGB 157 120 139 -
CMYK 0 0.24 0.11 0.38
HSL 329.19º 0.16% 0.54% -
HSV(B) 329.19º 0.24% 0.62% -
XYZ 25.28 22.47 27.43 -
YUV 133.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 157 120 139 0 0.24 0.11 0.38 329.19 0.16 0.54
Hex 9D 78 8B 0 18 B 26 149 10 36
Octal 235 170 213 0 30 13 46 511 20 66
Binary 10011101 1111000 10001011 0 11000 1011 100110 101001001 10000 110110

Color Harmonies of #9D788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D788B

Black with #9D788B

Text Example


Text Example

White with #9D788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,120,139); }

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

background-color css

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

 a { background-color: rgb(157,120,139); }

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

border-color css

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

 span { border-color: rgb(157,120,139); }

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