Html Css Color HEX #9D778D Mountbatten Pink

📋 copy color: '#9D778D'

red 157 ◦ green 119 ◦ blue 141

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

Shades of Mountbatten Pink #9D778D

Tints of Mountbatten Pink #9D778D

RGB

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

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

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

R = 37.65%
G = 28.54%
B = 33.81%

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

#9D778D (or 0x9D778D) is known color: Mountbatten Pink. HEX triplet: 9D, 77 and 8D. RGB value is (157,119,141). Sum of RGB (Red+Green+Blue) = 157+119+141=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D778D is #628872. Grayscale: #848484. Windows color (decimal): -6457459 or 9271197. OLE color: 9271197.

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

Color convert

RGB 157 119 141 -
CMYK 0 0.24 0.10 0.38
HSL 325.26º 0.16% 0.54% -
HSV(B) 325.26º 0.24% 0.62% -
XYZ 25.31 22.28 28.17 -
YUV 132.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 157 119 141 0 0.24 0.10 0.38 325.26 0.16 0.54
Hex 9D 77 8D 0 18 A 26 145 10 36
Octal 235 167 215 0 30 12 46 505 20 66
Binary 10011101 1110111 10001101 0 11000 1010 100110 101000101 10000 110110

Color Harmonies of #9D778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D778D

Black with #9D778D

Text Example


Text Example

White with #9D778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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