Html Css Color HEX #957788 Mountbatten Pink

📋 copy color: '#957788'

red 149 ◦ green 119 ◦ blue 136

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

Shades of Mountbatten Pink #957788

Tints of Mountbatten Pink #957788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 36.88%
G = 29.46%
B = 33.66%

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

#957788 (or 0x957788) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 88. RGB value is (149,119,136). Sum of RGB (Red+Green+Blue) = 149+119+136=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957788 is #6A8877. Grayscale: #818181. Windows color (decimal): -6981752 or 8943509. OLE color: 8943509.

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

Color convert

RGB 149 119 136 -
CMYK 0 0.20 0.09 0.42
HSL 326º 0.12% 0.53% -
HSV(B) 326º 0.2% 0.58% -
XYZ 23.44 21.36 26.18 -
YUV 129.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 149 119 136 0 0.20 0.09 0.42 326 0.12 0.53
Hex 95 77 88 0 14 9 2A 146 C 35
Octal 225 167 210 0 24 11 52 506 14 65
Binary 10010101 1110111 10001000 0 10100 1001 101010 101000110 1100 110101

Color Harmonies of #957788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957788

Black with #957788

Text Example


Text Example

White with #957788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957788; }

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

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

background-color css

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

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

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

border-color css

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

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

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