#79494F

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

Shades of Solid Pink #79494F

Tints of Solid Pink #79494F

Color information

#79494F (or 0x79494F) is unknown color: approx Solid Pink. HEX triplet: 79, 49 and 4F. RGB value is (121,73,79). Sum of RGB (Red+Green+Blue) = 121+73+79=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #79494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79494F is #86B6B0. Grayscale: #585858. Windows color (decimal): -8828593 or 5196153. OLE color: 5196153.

HSL color Cylindrical-coordinate representation of color #79494F: hue angle of 352.5º 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 #79494F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1217379-
CMYK00.400.350.53
HSL352.5º24.74%38.04%-
HSV(B)352.5º39.67%47.45%-
XYZ11.689.398.59-
YUV88.04122.9151.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=44.32%
G=26.74%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121737900.400.350.53352.524.7438.04
Hex79494F02823351601926
Octal17111111705043655403146
Binary111100110010011001111010100010001111010110110000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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