Html Css Color HEX #9D788D Mountbatten Pink

📋 copy color: '#9D788D'

red 157 ◦ green 120 ◦ blue 141

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

Shades of Mountbatten Pink #9D788D

Tints of Mountbatten Pink #9D788D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 37.56%
G = 28.71%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D788D (or 0x9D788D) is known color: Mountbatten Pink. HEX triplet: 9D, 78 and 8D. RGB value is (157,120,141). Sum of RGB (Red+Green+Blue) = 157+120+141=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D788D is #628772. Grayscale: #858585. Windows color (decimal): -6457203 or 9271453. OLE color: 9271453.

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

Color convert

RGB 157 120 141 -
CMYK 0 0.24 0.10 0.38
HSL 325.95º 0.16% 0.54% -
HSV(B) 325.95º 0.24% 0.62% -
XYZ 25.43 22.52 28.21 -
YUV 133.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 157 120 141 0 0.24 0.10 0.38 325.95 0.16 0.54
Hex 9D 78 8D 0 18 A 26 146 10 36
Octal 235 170 215 0 30 12 46 506 20 66
Binary 10011101 1111000 10001101 0 11000 1010 100110 101000110 10000 110110

Color Harmonies of #9D788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D788D

Black with #9D788D

Text Example


Text Example

White with #9D788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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