#79484F

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

Shades of Solid Pink #79484F

Tints of Solid Pink #79484F

Color information

#79484F (or 0x79484F) is unknown color: approx Solid Pink. HEX triplet: 79, 48 and 4F. RGB value is (121,72,79). Sum of RGB (Red+Green+Blue) = 121+72+79=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #79484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79484F is #86B7B0. Grayscale: #575757. Windows color (decimal): -8828849 or 5195897. OLE color: 5195897.

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

Color convert

RGB1217279-
CMYK00.400.350.53
HSL351.43º25.39%37.84%-
HSV(B)351.43º40.5%47.45%-
XYZ11.619.268.57-
YUV87.45123.23151.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=44.49%
G=26.47%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121727900.400.350.53351.4325.3937.84
Hex79484F028233515f1926
Octal17111011705043655373146
Binary111100110010001001111010100010001111010110101111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79484F; }

 p { color: rgb(121,72,79); }

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

<style>
 a { background-color: #79484F; }

 a { background-color: rgb(121,72,79); }

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

<style>
 span { border-color: #79484F; }

 span { border-color: rgb(121,72,79); }

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