#785075

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

Shades of Trendy Pink #785075

Tints of Trendy Pink #785075

Color information

#785075 (or 0x785075) is unknown color: approx Trendy Pink. HEX triplet: 78, 50 and 75. RGB value is (120,80,117). Sum of RGB (Red+Green+Blue) = 120+80+117=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #785075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785075 is #87AF8A. Grayscale: #606060. Windows color (decimal): -8892299 or 7688312. OLE color: 7688312.

HSL color Cylindrical-coordinate representation of color #785075: hue angle of 304.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 #785075 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12080117-
CMYK00.330.020.53
HSL304.5º20%39.22%-
HSV(B)304.5º33.33%47.06%-
XYZ13.8311.0118.23-
YUV96.18139.75144.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=37.85%
G=25.24%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208011700.330.020.53304.52039.22
Hex7850750212351301427
Octal1701201650412654602447
Binary11110001010000111010101000011011010110011000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785075; }

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

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

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

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

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

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

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

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