Html Css Color HEX #977F95 Mountbatten Pink

📋 copy color: '#977F95'

red 151 ◦ green 127 ◦ blue 149

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

Shades of Mountbatten Pink #977F95

Tints of Mountbatten Pink #977F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 35.36%
G = 29.74%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#977F95 (or 0x977F95) is known color: Mountbatten Pink. HEX triplet: 97, 7F and 95. RGB value is (151,127,149). Sum of RGB (Red+Green+Blue) = 151+127+149=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 151 - color contains mainly: red. Hex color #977F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F95 is #68806A. Grayscale: #888888. Windows color (decimal): -6848619 or 9797527. OLE color: 9797527.

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

Color convert

RGB 151 127 149 -
CMYK 0 0.16 0.01 0.41
HSL 305º 0.1% 0.55% -
HSV(B) 305º 0.16% 0.59% -
XYZ 25.78 23.93 31.69 -
YUV 136.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 151 127 149 0 0.16 0.01 0.41 305 0.1 0.55
Hex 97 7F 95 0 10 1 29 131 A 37
Octal 227 177 225 0 20 1 51 461 12 67
Binary 10010111 1111111 10010101 0 10000 1 101001 100110001 1010 110111

Color Harmonies of #977F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F95

Black with #977F95

Text Example


Text Example

White with #977F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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