#79494E

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

Shades of Solid Pink #79494E

Tints of Solid Pink #79494E

Color information

#79494E (or 0x79494E) is unknown color: approx Solid Pink. HEX triplet: 79, 49 and 4E. RGB value is (121,73,78). Sum of RGB (Red+Green+Blue) = 121+73+78=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #79494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79494E is #86B6B1. Grayscale: #575757. Windows color (decimal): -8828594 or 5130617. OLE color: 5130617.

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

Color convert

RGB1217378-
CMYK00.400.360.53
HSL353.75º24.74%38.04%-
HSV(B)353.75º39.67%47.45%-
XYZ11.649.388.4-
YUV87.92122.4151.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=44.49%
G=26.84%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121737800.400.360.53353.7524.7438.04
Hex79494E02824351621926
Octal17111111605044655423146
Binary111100110010011001110010100010010011010110110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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