#9D768D

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

Shades of Mountbatten Pink #9D768D

Tints of Mountbatten Pink #9D768D

Color information

#9D768D (or 0x9D768D) is unknown color: approx Mountbatten Pink. HEX triplet: 9D, 76 and 8D. RGB value is (157,118,141). Sum of RGB (Red+Green+Blue) = 157+118+141=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D768D is #628972. Grayscale: #848484. Windows color (decimal): -6457715 or 9270941. OLE color: 9270941.

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

Color convert

RGB157118141-
CMYK00.250.100.38
HSL324.62º16.6%53.92%-
HSV(B)324.62º24.84%61.57%-
XYZ25.1922.0528.13-
YUV132.28132.92145.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=37.74%
G=28.37%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711814100.250.100.38324.6216.653.92
Hex9D768D019A261451136
Octal23516621503112465052166
Binary10011101111011010001101011001101010011010100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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