#795473

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

Shades of Trendy Pink #795473

Tints of Trendy Pink #795473

Color information

#795473 (or 0x795473) is unknown color: approx Trendy Pink. HEX triplet: 79, 54 and 73. RGB value is (121,84,115). Sum of RGB (Red+Green+Blue) = 121+84+115=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #795473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795473 is #86AB8C. Grayscale: #626262. Windows color (decimal): -8825741 or 7558265. OLE color: 7558265.

HSL color Cylindrical-coordinate representation of color #795473: hue angle of 309.73º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795473 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12184115-
CMYK00.310.050.53
HSL309.73º18.05%40.2%-
HSV(B)309.73º30.58%47.45%-
XYZ14.1511.6417.72-
YUV98.6137.26143.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=37.81%
G=26.25%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218411500.310.050.53309.7318.0540.2
Hex79547301F5351361228
Octal1711241630375654662250
Binary11110011010100111001101111110111010110011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795473; }

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

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

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

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

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

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

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

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