#79474E

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

Shades of Solid Pink #79474E

Tints of Solid Pink #79474E

Color information

#79474E (or 0x79474E) is unknown color: approx Solid Pink. HEX triplet: 79, 47 and 4E. RGB value is (121,71,78). Sum of RGB (Red+Green+Blue) = 121+71+78=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79474E is #86B8B1. Grayscale: #565656. Windows color (decimal): -8829106 or 5130105. OLE color: 5130105.

HSL color Cylindrical-coordinate representation of color #79474E: hue angle of 351.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79474E is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1217178-
CMYK00.410.360.53
HSL351.6º26.04%37.65%-
HSV(B)351.6º41.32%47.45%-
XYZ11.519.128.36-
YUV86.75123.06152.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 71 (28.12% from 255) = 26.30%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=44.81%
G=26.30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121717800.410.360.53351.626.0437.65
Hex79474E02924351601a26
Octal17110711605144655403246
Binary111100110001111001110010100110010011010110110000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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