Html Css Color HEX #977887 Mountbatten Pink

📋 copy color: '#977887'

red 151 ◦ green 120 ◦ blue 135

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

Shades of Mountbatten Pink #977887

Tints of Mountbatten Pink #977887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

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

R = 37.19%
G = 29.56%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#977887 (or 0x977887) is known color: Mountbatten Pink. HEX triplet: 97, 78 and 87. RGB value is (151,120,135). Sum of RGB (Red+Green+Blue) = 151+120+135=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #977887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977887 is #688778. Grayscale: #828282. Windows color (decimal): -6850425 or 8878231. OLE color: 8878231.

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

Color convert

RGB 151 120 135 -
CMYK 0 0.21 0.11 0.41
HSL 330.97º 0.13% 0.53% -
HSV(B) 330.97º 0.21% 0.59% -
XYZ 23.85 21.76 25.86 -
YUV 130.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 151 120 135 0 0.21 0.11 0.41 330.97 0.13 0.53
Hex 97 78 87 0 15 B 29 14B D 35
Octal 227 170 207 0 25 13 51 513 15 65
Binary 10010111 1111000 10000111 0 10101 1011 101001 101001011 1101 110101

Color Harmonies of #977887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977887

Black with #977887

Text Example


Text Example

White with #977887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977887; }

 p { color: rgb(151,120,135); }

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

background-color css

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

 a { background-color: rgb(151,120,135); }

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

border-color css

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

 span { border-color: rgb(151,120,135); }

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