Html Css Color HEX #957786 Mountbatten Pink

📋 copy color: '#957786'

red 149 ◦ green 119 ◦ blue 134

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

Shades of Mountbatten Pink #957786

Tints of Mountbatten Pink #957786

RGB

 RED value IS 149 (58.59% from 255) = 37.06%

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

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 37.06%
G = 29.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#957786 (or 0x957786) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 86. RGB value is (149,119,134). Sum of RGB (Red+Green+Blue) = 149+119+134=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #957786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957786 is #6A8879. Grayscale: #818181. Windows color (decimal): -6981754 or 8812437. OLE color: 8812437.

HSL color Cylindrical-coordinate representation of color #957786: hue angle of 330º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957786 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 134 -
CMYK 0 0.20 0.10 0.42
HSL 330º 0.12% 0.53% -
HSV(B) 330º 0.2% 0.58% -
XYZ 23.29 21.3 25.44 -
YUV 129.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 149 119 134 0 0.20 0.10 0.42 330 0.12 0.53
Hex 95 77 86 0 14 A 2A 14A C 35
Octal 225 167 206 0 24 12 52 512 14 65
Binary 10010101 1110111 10000110 0 10100 1010 101010 101001010 1100 110101

Color Harmonies of #957786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957786

Black with #957786

Text Example


Text Example

White with #957786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957786; }

 p { color: rgb(149,119,134); }

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

background-color css

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

 a { background-color: rgb(149,119,134); }

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

border-color css

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

 span { border-color: rgb(149,119,134); }

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