#977792

Color #977792 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #977792

Tints of Mountbatten Pink #977792

Color information

#977792 (or 0x977792) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 77 and 92. RGB value is (151,119,146). Sum of RGB (Red+Green+Blue) = 151+119+146=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #977792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977792 is #68886D. Grayscale: #838383. Windows color (decimal): -6850670 or 9598871. OLE color: 9598871.

HSL color Cylindrical-coordinate representation of color #977792: hue angle of 309.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977792 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB151119146-
CMYK00.210.030.41
HSL309.38º13.33%52.94%-
HSV(B)309.38º21.19%59.22%-
XYZ24.5521.8530.12-
YUV131.65136.1141.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=36.30%
G=28.61%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111914600.210.030.41309.3813.3352.94
Hex977792015329135d35
Octal2271672220253514651565
Binary10010111111011110010010010101111010011001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977792; }

 p { color: rgb(151,119,146); }

 H1.HeaderClassName
 {
   color: #977792;
 }
 .AnyTagClassName
 {
   color: #977792;
 }
</style>
background-color css

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

 a { background-color: rgb(151,119,146); }

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

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

 span { border-color: rgb(151,119,146); }

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