Html Css Color HEX #957789 Mountbatten Pink

📋 copy color: '#957789'

red 149 ◦ green 119 ◦ blue 137

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

Shades of Mountbatten Pink #957789

Tints of Mountbatten Pink #957789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 36.79%
G = 29.38%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#957789 (or 0x957789) is known color: Mountbatten Pink. HEX triplet: 95, 77 and 89. RGB value is (149,119,137). Sum of RGB (Red+Green+Blue) = 149+119+137=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #957789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957789 is #6A8876. Grayscale: #818181. Windows color (decimal): -6981751 or 9009045. OLE color: 9009045.

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

Color convert

RGB 149 119 137 -
CMYK 0 0.20 0.08 0.42
HSL 324º 0.12% 0.53% -
HSV(B) 324º 0.2% 0.58% -
XYZ 23.51 21.39 26.56 -
YUV 130.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 149 119 137 0 0.20 0.08 0.42 324 0.12 0.53
Hex 95 77 89 0 14 8 2A 144 C 35
Octal 225 167 211 0 24 10 52 504 14 65
Binary 10010101 1110111 10001001 0 10100 1000 101010 101000100 1100 110101

Color Harmonies of #957789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957789

Black with #957789

Text Example


Text Example

White with #957789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957789; }

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

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

background-color css

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

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

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

border-color css

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

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

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