#785073

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

Shades of Trendy Pink #785073

Tints of Trendy Pink #785073

Color information

#785073 (or 0x785073) is unknown color: approx Trendy Pink. HEX triplet: 78, 50 and 73. RGB value is (120,80,115). Sum of RGB (Red+Green+Blue) = 120+80+115=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785073 is #87AF8C. Grayscale: #5F5F5F. Windows color (decimal): -8892301 or 7557240. OLE color: 7557240.

HSL color Cylindrical-coordinate representation of color #785073: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785073 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12080115-
CMYK00.330.040.53
HSL307.5º20%39.22%-
HSV(B)307.5º33.33%47.06%-
XYZ13.7110.9717.61-
YUV95.95138.75145.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=38.10%
G=25.40%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208011500.330.040.53307.52039.22
Hex7850730214351341427
Octal1701201630414654642447
Binary111100010100001110011010000110011010110011010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785073; }

 p { color: rgb(120,80,115); }

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

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

 a { background-color: rgb(120,80,115); }

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

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

 span { border-color: rgb(120,80,115); }

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