Html Css Color HEX #977790 Mountbatten Pink

📋 copy color: '#977790'

red 151 ◦ green 119 ◦ blue 144

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

Shades of Mountbatten Pink #977790

Tints of Mountbatten Pink #977790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 36.47%
G = 28.74%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#977790 (or 0x977790) is known color: Mountbatten Pink. HEX triplet: 97, 77 and 90. RGB value is (151,119,144). Sum of RGB (Red+Green+Blue) = 151+119+144=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977790 is #68886F. Grayscale: #838383. Windows color (decimal): -6850672 or 9467799. OLE color: 9467799.

HSL color Cylindrical-coordinate representation of color #977790: hue angle of 313.12º 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 #977790 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 144 -
CMYK 0 0.21 0.05 0.41
HSL 313.13º 0.13% 0.53% -
HSV(B) 313.13º 0.21% 0.59% -
XYZ 24.39 21.79 29.31 -
YUV 131.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 151 119 144 0 0.21 0.05 0.41 313.13 0.13 0.53
Hex 97 77 90 0 15 5 29 139 D 35
Octal 227 167 220 0 25 5 51 471 15 65
Binary 10010111 1110111 10010000 0 10101 101 101001 100111001 1101 110101

Color Harmonies of #977790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977790

Black with #977790

Text Example


Text Example

White with #977790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977790; }

 p { color: rgb(151,119,144); }

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

background-color css

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

 a { background-color: rgb(151,119,144); }

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

border-color css

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

 span { border-color: rgb(151,119,144); }

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