#9D788F

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

Shades of Mountbatten Pink #9D788F

Tints of Mountbatten Pink #9D788F

Color information

#9D788F (or 0x9D788F) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 78 and 8F. RGB value is (157,120,143). Sum of RGB (Red+Green+Blue) = 157+120+143=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D788F is #628770. Grayscale: #858585. Windows color (decimal): -6457201 or 9402525. OLE color: 9402525.

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

Color convert

RGB157120143-
CMYK00.240.090.38
HSL322.7º15.88%54.31%-
HSV(B)322.7º23.57%61.57%-
XYZ25.5822.5829-
YUV133.68133.26144.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=37.38%
G=28.57%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712014300.240.090.38322.715.8854.31
Hex9D788F0189261431036
Octal23517021703011465032066
Binary10011101111100010001111011000100110011010100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D788F;
 }
 .AnyTagClassName
 {
   color: #9D788F;
 }
</style>
background-color css

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

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

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

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

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

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