Html Css Color HEX #977F8F Mountbatten Pink

📋 copy color: '#977F8F'

red 151 ◦ green 127 ◦ blue 143

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

Shades of Mountbatten Pink #977F8F

Tints of Mountbatten Pink #977F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 35.87%
G = 30.17%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#977F8F (or 0x977F8F) is known color: Mountbatten Pink. HEX triplet: 97, 7F and 8F. RGB value is (151,127,143). Sum of RGB (Red+Green+Blue) = 151+127+143=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #977F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F8F is #688070. Grayscale: #878787. Windows color (decimal): -6848625 or 9404311. OLE color: 9404311.

HSL color Cylindrical-coordinate representation of color #977F8F: hue angle of 320º 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 #977F8F is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 143 -
CMYK 0 0.16 0.05 0.41
HSL 320º 0.1% 0.55% -
HSV(B) 320º 0.16% 0.59% -
XYZ 25.31 23.74 29.24 -
YUV 136 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 151 127 143 0 0.16 0.05 0.41 320 0.1 0.55
Hex 97 7F 8F 0 10 5 29 140 A 37
Octal 227 177 217 0 20 5 51 500 12 67
Binary 10010111 1111111 10001111 0 10000 101 101001 101000000 1010 110111

Color Harmonies of #977F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F8F

Black with #977F8F

Text Example


Text Example

White with #977F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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