#794D7C

Color #794D7C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #794D7C

Tints of Trendy Pink #794D7C

Color information

#794D7C (or 0x794D7C) is unknown color: approx Trendy Pink. HEX triplet: 79, 4D and 7C. RGB value is (121,77,124). Sum of RGB (Red+Green+Blue) = 121+77+124=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #794D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D7C is #86B283. Grayscale: #5F5F5F. Windows color (decimal): -8827524 or 8146297. OLE color: 8146297.

HSL color Cylindrical-coordinate representation of color #794D7C: hue angle of 296.17º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794D7C is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12177124-
CMYK0.020.3800.51
HSL296.17º23.38%39.41%-
HSV(B)296.17º37.9%48.63%-
XYZ14.1810.8320.41-
YUV95.51144.08146.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=37.58%
G=23.91%
B=38.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121771240.020.3800.51296.1723.3839.41
Hex794D7C2260331281727
Octal1711151742460634502747
Binary11110011001101111110010100110011001110010100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794D7C; }

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

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

<style>
 a { background-color: #794D7C; }

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

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

<style>
 span { border-color: #794D7C; }

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

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