Html Css Color HEX #977689 Mountbatten Pink

📋 copy color: '#977689'

red 151 ◦ green 118 ◦ blue 137

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

Shades of Mountbatten Pink #977689

Tints of Mountbatten Pink #977689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

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

R = 37.19%
G = 29.06%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#977689 (or 0x977689) is known color: Mountbatten Pink. HEX triplet: 97, 76 and 89. RGB value is (151,118,137). Sum of RGB (Red+Green+Blue) = 151+118+137=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #977689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977689 is #688976. Grayscale: #818181. Windows color (decimal): -6850935 or 9008791. OLE color: 9008791.

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

Color convert

RGB 151 118 137 -
CMYK 0 0.22 0.09 0.41
HSL 325.45º 0.14% 0.53% -
HSV(B) 325.45º 0.22% 0.59% -
XYZ 23.76 21.34 26.53 -
YUV 130.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 151 118 137 0 0.22 0.09 0.41 325.45 0.14 0.53
Hex 97 76 89 0 16 9 29 145 E 35
Octal 227 166 211 0 26 11 51 505 16 65
Binary 10010111 1110110 10001001 0 10110 1001 101001 101000101 1110 110101

Color Harmonies of #977689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977689

Black with #977689

Text Example


Text Example

White with #977689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977689; }

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

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

background-color css

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

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

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

border-color css

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

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

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