Html Css Color HEX #9C778C Mountbatten Pink

📋 copy color: '#9C778C'

red 156 ◦ green 119 ◦ blue 140

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

Shades of Mountbatten Pink #9C778C

Tints of Mountbatten Pink #9C778C

RGB

 RED value IS 156 (61.33% from 255) = 37.59%

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

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

R = 37.59%
G = 28.67%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C778C (or 0x9C778C) is known color: Mountbatten Pink. HEX triplet: 9C, 77 and 8C. RGB value is (156,119,140). Sum of RGB (Red+Green+Blue) = 156+119+140=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C778C is #638873. Grayscale: #848484. Windows color (decimal): -6522996 or 9205660. OLE color: 9205660.

HSL color Cylindrical-coordinate representation of color #9C778C: hue angle of 325.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C778C is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 140 -
CMYK 0 0.24 0.10 0.39
HSL 325.95º 0.16% 0.54% -
HSV(B) 325.95º 0.24% 0.61% -
XYZ 25.04 22.16 27.77 -
YUV 132.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 156 119 140 0 0.24 0.10 0.39 325.95 0.16 0.54
Hex 9C 77 8C 0 18 A 27 146 10 36
Octal 234 167 214 0 30 12 47 506 20 66
Binary 10011100 1110111 10001100 0 11000 1010 100111 101000110 10000 110110

Color Harmonies of #9C778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C778C

Black with #9C778C

Text Example


Text Example

White with #9C778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,140); }

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

background-color css

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

 a { background-color: rgb(156,119,140); }

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

border-color css

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

 span { border-color: rgb(156,119,140); }

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