Html Css Color HEX #977892 Mountbatten Pink

📋 copy color: '#977892'

red 151 ◦ green 120 ◦ blue 146

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

Shades of Mountbatten Pink #977892

Tints of Mountbatten Pink #977892

RGB

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

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

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

R = 36.21%
G = 28.78%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#977892 (or 0x977892) is known color: Mountbatten Pink. HEX triplet: 97, 78 and 92. RGB value is (151,120,146). Sum of RGB (Red+Green+Blue) = 151+120+146=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #977892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977892 is #68876D. Grayscale: #848484. Windows color (decimal): -6850414 or 9599127. OLE color: 9599127.

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

Color convert

RGB 151 120 146 -
CMYK 0 0.21 0.03 0.41
HSL 309.68º 0.13% 0.53% -
HSV(B) 309.68º 0.21% 0.59% -
XYZ 24.67 22.09 30.16 -
YUV 132.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 151 120 146 0 0.21 0.03 0.41 309.68 0.13 0.53
Hex 97 78 92 0 15 3 29 136 D 35
Octal 227 170 222 0 25 3 51 466 15 65
Binary 10010111 1111000 10010010 0 10101 11 101001 100110110 1101 110101

Color Harmonies of #977892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977892

Black with #977892

Text Example


Text Example

White with #977892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977892; }

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

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

background-color css

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

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

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

border-color css

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

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

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