Html Css Color HEX #977489 Mountbatten Pink

📋 copy color: '#977489'

red 151 ◦ green 116 ◦ blue 137

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

Shades of Mountbatten Pink #977489

Tints of Mountbatten Pink #977489

RGB

 RED value IS 151 (59.38% from 255) = 37.38%

 GREEN value IS 116 (45.7% from 255) = 28.71%

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

R = 37.38%
G = 28.71%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#977489 (or 0x977489) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 89. RGB value is (151,116,137). Sum of RGB (Red+Green+Blue) = 151+116+137=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #977489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977489 is #688B76. Grayscale: #808080. Windows color (decimal): -6851447 or 9008279. OLE color: 9008279.

HSL color Cylindrical-coordinate representation of color #977489: hue angle of 324º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #977489 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 137 -
CMYK 0 0.23 0.09 0.41
HSL 324º 0.14% 0.52% -
HSV(B) 324º 0.23% 0.59% -
XYZ 23.52 20.88 26.46 -
YUV 128.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 151 116 137 0 0.23 0.09 0.41 324 0.14 0.52
Hex 97 74 89 0 17 9 29 144 E 34
Octal 227 164 211 0 27 11 51 504 16 64
Binary 10010111 1110100 10001001 0 10111 1001 101001 101000100 1110 110100

Color Harmonies of #977489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977489

Black with #977489

Text Example


Text Example

White with #977489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977489; }

 p { color: rgb(151,116,137); }

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

background-color css

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

 a { background-color: rgb(151,116,137); }

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

border-color css

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

 span { border-color: rgb(151,116,137); }

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