Html Css Color HEX #977F8E Mountbatten Pink

📋 copy color: '#977F8E'

red 151 ◦ green 127 ◦ blue 142

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

Shades of Mountbatten Pink #977F8E

Tints of Mountbatten Pink #977F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 35.95%
G = 30.24%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#977F8E (or 0x977F8E) is known color: Mountbatten Pink. HEX triplet: 97, 7F and 8E. RGB value is (151,127,142). Sum of RGB (Red+Green+Blue) = 151+127+142=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #977F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F8E is #688071. Grayscale: #878787. Windows color (decimal): -6848626 or 9338775. OLE color: 9338775.

HSL color Cylindrical-coordinate representation of color #977F8E: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #977F8E is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 142 -
CMYK 0 0.16 0.06 0.41
HSL 322.5º 0.1% 0.55% -
HSV(B) 322.5º 0.16% 0.59% -
XYZ 25.23 23.71 28.84 -
YUV 135.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 151 127 142 0 0.16 0.06 0.41 322.5 0.1 0.55
Hex 97 7F 8E 0 10 6 29 142 A 37
Octal 227 177 216 0 20 6 51 502 12 67
Binary 10010111 1111111 10001110 0 10000 110 101001 101000010 1010 110111

Color Harmonies of #977F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F8E

Black with #977F8E

Text Example


Text Example

White with #977F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,142); }

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

background-color css

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

 a { background-color: rgb(151,127,142); }

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

border-color css

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

 span { border-color: rgb(151,127,142); }

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