Html Css Color HEX #977487 Mountbatten Pink

📋 copy color: '#977487'

red 151 ◦ green 116 ◦ blue 135

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

Shades of Mountbatten Pink #977487

Tints of Mountbatten Pink #977487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.86%

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 37.56%
G = 28.86%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#977487 (or 0x977487) is known color: Mountbatten Pink. HEX triplet: 97, 74 and 87. RGB value is (151,116,135). Sum of RGB (Red+Green+Blue) = 151+116+135=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977487 is #688B78. Grayscale: #808080. Windows color (decimal): -6851449 or 8877207. OLE color: 8877207.

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

Color convert

RGB 151 116 135 -
CMYK 0 0.23 0.11 0.41
HSL 327.43º 0.14% 0.52% -
HSV(B) 327.43º 0.23% 0.59% -
XYZ 23.38 20.82 25.71 -
YUV 128.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 151 116 135 0 0.23 0.11 0.41 327.43 0.14 0.52
Hex 97 74 87 0 17 B 29 147 E 34
Octal 227 164 207 0 27 13 51 507 16 64
Binary 10010111 1110100 10000111 0 10111 1011 101001 101000111 1110 110100

Color Harmonies of #977487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977487

Black with #977487

Text Example


Text Example

White with #977487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977487; }

 p { color: rgb(151,116,135); }

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

background-color css

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

 a { background-color: rgb(151,116,135); }

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

border-color css

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

 span { border-color: rgb(151,116,135); }

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