Html Css Color HEX #9D768D Mountbatten Pink

📋 copy color: '#9D768D'

red 157 ◦ green 118 ◦ blue 141

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

Shades of Mountbatten Pink #9D768D

Tints of Mountbatten Pink #9D768D

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 value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D768D (or 0x9D768D) is known color: 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

RGB 157 118 141 -
CMYK 0 0.25 0.10 0.38
HSL 324.62º 0.17% 0.54% -
HSV(B) 324.62º 0.25% 0.62% -
XYZ 25.19 22.05 28.13 -
YUV 132.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 157 118 141 0 0.25 0.10 0.38 324.62 0.17 0.54
Hex 9D 76 8D 0 19 A 26 145 11 36
Octal 235 166 215 0 31 12 46 505 21 66
Binary 10011101 1110110 10001101 0 11001 1010 100110 101000101 10001 110110

Color Harmonies of #9D768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D768D

Black with #9D768D

Text Example


Text Example

White with #9D768D

Text Example


Text Example

HTML Codes & Css Web 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>