Html Css Color HEX #9C778E Mountbatten Pink

📋 copy color: '#9C778E'

red 156 ◦ green 119 ◦ blue 142

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

Shades of Mountbatten Pink #9C778E

Tints of Mountbatten Pink #9C778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 37.41%
G = 28.54%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C778E (or 0x9C778E) is known color: Mountbatten Pink. HEX triplet: 9C, 77 and 8E. RGB value is (156,119,142). Sum of RGB (Red+Green+Blue) = 156+119+142=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C778E is #638871. Grayscale: #848484. Windows color (decimal): -6522994 or 9336732. OLE color: 9336732.

HSL color Cylindrical-coordinate representation of color #9C778E: hue angle of 322.7º 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 #9C778E is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 142 -
CMYK 0 0.24 0.09 0.39
HSL 322.7º 0.16% 0.54% -
HSV(B) 322.7º 0.24% 0.61% -
XYZ 25.19 22.21 28.55 -
YUV 132.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 156 119 142 0 0.24 0.09 0.39 322.7 0.16 0.54
Hex 9C 77 8E 0 18 9 27 143 10 36
Octal 234 167 216 0 30 11 47 503 20 66
Binary 10011100 1110111 10001110 0 11000 1001 100111 101000011 10000 110110

Color Harmonies of #9C778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C778E

Black with #9C778E

Text Example


Text Example

White with #9C778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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