#79464D

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

Shades of Solid Pink #79464D

Tints of Solid Pink #79464D

Color information

#79464D (or 0x79464D) is unknown color: approx Solid Pink. HEX triplet: 79, 46 and 4D. RGB value is (121,70,77). Sum of RGB (Red+Green+Blue) = 121+70+77=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79464D is #86B9B2. Grayscale: #565656. Windows color (decimal): -8829363 or 5064313. OLE color: 5064313.

HSL color Cylindrical-coordinate representation of color #79464D: hue angle of 351.76º 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 #79464D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1217077-
CMYK00.420.360.53
HSL351.76º26.7%37.45%-
HSV(B)351.76º42.15%47.45%-
XYZ11.418.988.15-
YUV86.05122.9152.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=45.15%
G=26.12%
B=28.73%

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
Decimal121707700.420.360.53351.7626.737.45
Hex79464D02A24351601b25
Octal17110611505244655403345
Binary111100110001101001101010101010010011010110110000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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