Html Css Color HEX #9F788F Mountbatten Pink

📋 copy color: '#9F788F'

red 159 ◦ green 120 ◦ blue 143

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

Shades of Mountbatten Pink #9F788F

Tints of Mountbatten Pink #9F788F

RGB

 RED value IS 159 (62.5% from 255) = 37.68%

 GREEN value IS 120 (47.27% from 255) = 28.44%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 37.68%
G = 28.44%
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

#9F788F (or 0x9F788F) is known color: Mountbatten Pink. HEX triplet: 9F, 78 and 8F. RGB value is (159,120,143). Sum of RGB (Red+Green+Blue) = 159+120+143=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F788F is #608770. Grayscale: #868686. Windows color (decimal): -6326129 or 9402527. OLE color: 9402527.

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

Color convert

RGB 159 120 143 -
CMYK 0 0.25 0.10 0.38
HSL 324.62º 0.17% 0.55% -
HSV(B) 324.62º 0.25% 0.62% -
XYZ 25.97 22.79 29.02 -
YUV 134.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 159 120 143 0 0.25 0.10 0.38 324.62 0.17 0.55
Hex 9F 78 8F 0 19 A 26 145 11 37
Octal 237 170 217 0 31 12 46 505 21 67
Binary 10011111 1111000 10001111 0 11001 1010 100110 101000101 10001 110111

Color Harmonies of #9F788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F788F

Black with #9F788F

Text Example


Text Example

White with #9F788F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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