Html Css Color HEX #977691 Mountbatten Pink

📋 copy color: '#977691'

red 151 ◦ green 118 ◦ blue 145

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

Shades of Mountbatten Pink #977691

Tints of Mountbatten Pink #977691

RGB

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

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

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

R = 36.47%
G = 28.5%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#977691 (or 0x977691) is known color: Mountbatten Pink. HEX triplet: 97, 76 and 91. RGB value is (151,118,145). Sum of RGB (Red+Green+Blue) = 151+118+145=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #977691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977691 is #68896E. Grayscale: #828282. Windows color (decimal): -6850927 or 9533079. OLE color: 9533079.

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

Color convert

RGB 151 118 145 -
CMYK 0 0.22 0.04 0.41
HSL 310.91º 0.14% 0.53% -
HSV(B) 310.91º 0.22% 0.59% -
XYZ 24.35 21.58 29.67 -
YUV 130.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 151 118 145 0 0.22 0.04 0.41 310.91 0.14 0.53
Hex 97 76 91 0 16 4 29 137 E 35
Octal 227 166 221 0 26 4 51 467 16 65
Binary 10010111 1110110 10010001 0 10110 100 101001 100110111 1110 110101

Color Harmonies of #977691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977691

Black with #977691

Text Example


Text Example

White with #977691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977691; }

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

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

background-color css

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

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

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

border-color css

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

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

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