Html Css Color HEX #9F7788 Mountbatten Pink

📋 copy color: '#9F7788'

red 159 ◦ green 119 ◦ blue 136

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

Shades of Mountbatten Pink #9F7788

Tints of Mountbatten Pink #9F7788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 38.41%
G = 28.74%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F7788 (or 0x9F7788) is known color: Mountbatten Pink. HEX triplet: 9F, 77 and 88. RGB value is (159,119,136). Sum of RGB (Red+Green+Blue) = 159+119+136=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7788 is #608877. Grayscale: #848484. Windows color (decimal): -6326392 or 8943519. OLE color: 8943519.

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

Color convert

RGB 159 119 136 -
CMYK 0 0.25 0.14 0.38
HSL 334.5º 0.17% 0.55% -
HSV(B) 334.5º 0.25% 0.62% -
XYZ 25.34 22.34 26.27 -
YUV 132.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 159 119 136 0 0.25 0.14 0.38 334.5 0.17 0.55
Hex 9F 77 88 0 19 E 26 14E 11 37
Octal 237 167 210 0 31 16 46 516 21 67
Binary 10011111 1110111 10001000 0 11001 1110 100110 101001110 10001 110111

Color Harmonies of #9F7788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7788

Black with #9F7788

Text Example


Text Example

White with #9F7788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,119,136); }

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

background-color css

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

 a { background-color: rgb(159,119,136); }

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

border-color css

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

 span { border-color: rgb(159,119,136); }

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