#9D778D

Color #9D778D Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #9D778D

Tints of Mountbatten Pink #9D778D

Color information

#9D778D (or 0x9D778D) is unknown color: approx 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

RGB157119141-
CMYK00.240.100.38
HSL325.26º16.24%54.12%-
HSV(B)325.26º24.2%61.57%-
XYZ25.3122.2828.17-
YUV132.87132.59145.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711914100.240.100.38325.2616.2454.12
Hex9D778D018A261451036
Octal23516721503012465052066
Binary10011101111011110001101011000101010011010100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>