Html Css Color HEX #977388 Mountbatten Pink

📋 copy color: '#977388'

red 151 ◦ green 115 ◦ blue 136

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

Shades of Mountbatten Pink #977388

Tints of Mountbatten Pink #977388

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.61%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 37.56%
G = 28.61%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#977388 (or 0x977388) is known color: Mountbatten Pink. HEX triplet: 97, 73 and 88. RGB value is (151,115,136). Sum of RGB (Red+Green+Blue) = 151+115+136=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977388 is #688C77. Grayscale: #808080. Windows color (decimal): -6851704 or 8942487. OLE color: 8942487.

HSL color Cylindrical-coordinate representation of color #977388: hue angle of 325º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977388 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 115 136 -
CMYK 0 0.24 0.10 0.41
HSL 325º 0.15% 0.52% -
HSV(B) 325º 0.24% 0.59% -
XYZ 23.34 20.62 26.04 -
YUV 128.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 151 115 136 0 0.24 0.10 0.41 325 0.15 0.52
Hex 97 73 88 0 18 A 29 145 F 34
Octal 227 163 210 0 30 12 51 505 17 64
Binary 10010111 1110011 10001000 0 11000 1010 101001 101000101 1111 110100

Color Harmonies of #977388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977388

Black with #977388

Text Example


Text Example

White with #977388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977388; }

 p { color: rgb(151,115,136); }

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

background-color css

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

 a { background-color: rgb(151,115,136); }

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

border-color css

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

 span { border-color: rgb(151,115,136); }

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