#79494A

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

Shades of Solid Pink #79494A

Tints of Solid Pink #79494A

Color information

#79494A (or 0x79494A) is unknown color: approx Solid Pink. HEX triplet: 79, 49 and 4A. RGB value is (121,73,74). Sum of RGB (Red+Green+Blue) = 121+73+74=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79494A is #86B6B5. Grayscale: #575757. Windows color (decimal): -8828598 or 4868473. OLE color: 4868473.

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

Color convert

RGB1217374-
CMYK00.400.390.53
HSL358.75º24.74%38.04%-
HSV(B)358.75º39.67%47.45%-
XYZ11.59.327.67-
YUV87.47120.4151.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=45.15%
G=27.24%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121737400.400.390.53358.7524.7438.04
Hex79494A02827351671926
Octal17111111205047655473146
Binary111100110010011001010010100010011111010110110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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