#79464E

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

Shades of Solid Pink #79464E

Tints of Solid Pink #79464E

Color information

#79464E (or 0x79464E) is unknown color: approx Solid Pink. HEX triplet: 79, 46 and 4E. RGB value is (121,70,78). Sum of RGB (Red+Green+Blue) = 121+70+78=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79464E is #86B9B1. Grayscale: #565656. Windows color (decimal): -8829362 or 5129849. OLE color: 5129849.

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

Color convert

RGB1217078-
CMYK00.420.360.53
HSL350.59º26.7%37.45%-
HSV(B)350.59º42.15%47.45%-
XYZ11.4598.34-
YUV86.16123.4152.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=44.98%
G=26.02%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121707800.420.360.53350.5926.737.45
Hex79464E02A243515f1b25
Octal17110611605244655373345
Binary111100110001101001110010101010010011010110101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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