Html Css Color HEX #957787 Mountbatten Pink

📋 copy color: '#957787'

red 149 ◦ green 119 ◦ blue 135

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

Shades of Mountbatten Pink #957787

Tints of Mountbatten Pink #957787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 36.97%
G = 29.53%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#957787 (or 0x957787) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 87. RGB value is (149,119,135). Sum of RGB (Red+Green+Blue) = 149+119+135=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #957787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957787 is #6A8878. Grayscale: #818181. Windows color (decimal): -6981753 or 8877973. OLE color: 8877973.

HSL color Cylindrical-coordinate representation of color #957787: hue angle of 328º 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 #957787 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 135 -
CMYK 0 0.20 0.09 0.42
HSL 328º 0.12% 0.53% -
HSV(B) 328º 0.2% 0.58% -
XYZ 23.36 21.33 25.81 -
YUV 129.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 149 119 135 0 0.20 0.09 0.42 328 0.12 0.53
Hex 95 77 87 0 14 9 2A 148 C 35
Octal 225 167 207 0 24 11 52 510 14 65
Binary 10010101 1110111 10000111 0 10100 1001 101010 101001000 1100 110101

Color Harmonies of #957787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957787

Black with #957787

Text Example


Text Example

White with #957787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957787; }

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

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

background-color css

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

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

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

border-color css

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

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

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