#794973

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

Shades of Trendy Pink #794973

Tints of Trendy Pink #794973

Color information

#794973 (or 0x794973) is unknown color: approx Trendy Pink. HEX triplet: 79, 49 and 73. RGB value is (121,73,115). Sum of RGB (Red+Green+Blue) = 121+73+115=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #794973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794973 is #86B68C. Grayscale: #5C5C5C. Windows color (decimal): -8828557 or 7555449. OLE color: 7555449.

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

Color convert

RGB12173115-
CMYK00.400.050.53
HSL307.5º24.74%38.04%-
HSV(B)307.5º39.67%47.45%-
XYZ13.3610.0717.46-
YUV92.14140.9148.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=39.16%
G=23.62%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217311500.400.050.53307.524.7438.04
Hex7949730285351341926
Octal1711111630505654643146
Binary111100110010011110011010100010111010110011010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794973; }

 p { color: rgb(121,73,115); }

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

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

 a { background-color: rgb(121,73,115); }

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

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

 span { border-color: rgb(121,73,115); }

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