Html Css Color HEX #977C8A Mountbatten Pink

📋 copy color: '#977C8A'

red 151 ◦ green 124 ◦ blue 138

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

Shades of Mountbatten Pink #977C8A

Tints of Mountbatten Pink #977C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 36.56%
G = 30.02%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#977C8A (or 0x977C8A) is known color: Mountbatten Pink. HEX triplet: 97, 7C and 8A. RGB value is (151,124,138). Sum of RGB (Red+Green+Blue) = 151+124+138=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #977C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977C8A is #688375. Grayscale: #858585. Windows color (decimal): -6849398 or 9075863. OLE color: 9075863.

HSL color Cylindrical-coordinate representation of color #977C8A: hue angle of 328.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #977C8A is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 138 -
CMYK 0 0.18 0.09 0.41
HSL 328.89º 0.11% 0.54% -
HSV(B) 328.89º 0.18% 0.59% -
XYZ 24.56 22.83 27.16 -
YUV 133.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 151 124 138 0 0.18 0.09 0.41 328.89 0.11 0.54
Hex 97 7C 8A 0 12 9 29 149 B 36
Octal 227 174 212 0 22 11 51 511 13 66
Binary 10010111 1111100 10001010 0 10010 1001 101001 101001001 1011 110110

Color Harmonies of #977C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C8A

Black with #977C8A

Text Example


Text Example

White with #977C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977C8A; }

 p { color: rgb(151,124,138); }

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

background-color css

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

 a { background-color: rgb(151,124,138); }

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

border-color css

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

 span { border-color: rgb(151,124,138); }

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