Html Css Color HEX #977992 Mountbatten Pink

📋 copy color: '#977992'

red 151 ◦ green 121 ◦ blue 146

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

Shades of Mountbatten Pink #977992

Tints of Mountbatten Pink #977992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.95%

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 36.12%
G = 28.95%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#977992 (or 0x977992) is known color: Mountbatten Pink. HEX triplet: 97, 79 and 92. RGB value is (151,121,146). Sum of RGB (Red+Green+Blue) = 151+121+146=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 151 - color contains mainly: red. Hex color #977992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977992 is #68866D. Grayscale: #848484. Windows color (decimal): -6850158 or 9599383. OLE color: 9599383.

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

Color convert

RGB 151 121 146 -
CMYK 0 0.20 0.03 0.41
HSL 310º 0.13% 0.53% -
HSV(B) 310º 0.2% 0.59% -
XYZ 24.79 22.33 30.2 -
YUV 132.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 151 121 146 0 0.20 0.03 0.41 310 0.13 0.53
Hex 97 79 92 0 14 3 29 136 D 35
Octal 227 171 222 0 24 3 51 466 15 65
Binary 10010111 1111001 10010010 0 10100 11 101001 100110110 1101 110101

Color Harmonies of #977992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977992

Black with #977992

Text Example


Text Example

White with #977992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977992; }

 p { color: rgb(151,121,146); }

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

background-color css

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

 a { background-color: rgb(151,121,146); }

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

border-color css

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

 span { border-color: rgb(151,121,146); }

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