#79494C

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

Shades of Solid Pink #79494C

Tints of Solid Pink #79494C

Color information

#79494C (or 0x79494C) is unknown color: approx Solid Pink. HEX triplet: 79, 49 and 4C. RGB value is (121,73,76). Sum of RGB (Red+Green+Blue) = 121+73+76=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79494C is #86B6B3. Grayscale: #575757. Windows color (decimal): -8828596 or 4999545. OLE color: 4999545.

HSL color Cylindrical-coordinate representation of color #79494C: hue angle of 356.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79494C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1217376-
CMYK00.400.370.53
HSL356.25º24.74%38.04%-
HSV(B)356.25º39.67%47.45%-
XYZ11.579.358.03-
YUV87.69121.4151.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=44.81%
G=27.04%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121737600.400.370.53356.2524.7438.04
Hex79494C02825351641926
Octal17111111405045655443146
Binary111100110010011001100010100010010111010110110010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79494C; }

 p { color: rgb(121,73,76); }

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

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

 a { background-color: rgb(121,73,76); }

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

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

 span { border-color: rgb(121,73,76); }

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