Html Css Color HEX #977891 Mountbatten Pink

📋 copy color: '#977891'

red 151 ◦ green 120 ◦ blue 145

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

Shades of Mountbatten Pink #977891

Tints of Mountbatten Pink #977891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 36.3%
G = 28.85%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#977891 (or 0x977891) is known color: Mountbatten Pink. HEX triplet: 97, 78 and 91. RGB value is (151,120,145). Sum of RGB (Red+Green+Blue) = 151+120+145=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #977891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977891 is #68876E. Grayscale: #848484. Windows color (decimal): -6850415 or 9533591. OLE color: 9533591.

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

Color convert

RGB 151 120 145 -
CMYK 0 0.21 0.04 0.41
HSL 311.61º 0.13% 0.53% -
HSV(B) 311.61º 0.21% 0.59% -
XYZ 24.59 22.06 29.75 -
YUV 132.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 151 120 145 0 0.21 0.04 0.41 311.61 0.13 0.53
Hex 97 78 91 0 15 4 29 138 D 35
Octal 227 170 221 0 25 4 51 470 15 65
Binary 10010111 1111000 10010001 0 10101 100 101001 100111000 1101 110101

Color Harmonies of #977891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977891

Black with #977891

Text Example


Text Example

White with #977891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977891; }

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

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

background-color css

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

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

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

border-color css

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

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

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