Html Css Color HEX #9F768C Mountbatten Pink

📋 copy color: '#9F768C'

red 159 ◦ green 118 ◦ blue 140

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

Shades of Mountbatten Pink #9F768C

Tints of Mountbatten Pink #9F768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 38.13%
G = 28.3%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F768C (or 0x9F768C) is known color: Mountbatten Pink. HEX triplet: 9F, 76 and 8C. RGB value is (159,118,140). Sum of RGB (Red+Green+Blue) = 159+118+140=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F768C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F768C is #608973. Grayscale: #848484. Windows color (decimal): -6326644 or 9205407. OLE color: 9205407.

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

Color convert

RGB 159 118 140 -
CMYK 0 0.26 0.12 0.38
HSL 327.8º 0.18% 0.54% -
HSV(B) 327.8º 0.26% 0.62% -
XYZ 25.51 22.22 27.76 -
YUV 132.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 159 118 140 0 0.26 0.12 0.38 327.8 0.18 0.54
Hex 9F 76 8C 0 1A C 26 148 12 36
Octal 237 166 214 0 32 14 46 510 22 66
Binary 10011111 1110110 10001100 0 11010 1100 100110 101001000 10010 110110

Color Harmonies of #9F768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F768C

Black with #9F768C

Text Example


Text Example

White with #9F768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,140); }

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

background-color css

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

 a { background-color: rgb(159,118,140); }

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

border-color css

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

 span { border-color: rgb(159,118,140); }

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