#785076

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

Shades of Trendy Pink #785076

Tints of Trendy Pink #785076

Color information

#785076 (or 0x785076) is unknown color: approx Trendy Pink. HEX triplet: 78, 50 and 76. RGB value is (120,80,118). Sum of RGB (Red+Green+Blue) = 120+80+118=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785076 is #87AF89. Grayscale: #606060. Windows color (decimal): -8892298 or 7753848. OLE color: 7753848.

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

Color convert

RGB12080118-
CMYK00.330.020.53
HSL303º20%39.22%-
HSV(B)303º33.33%47.06%-
XYZ13.8811.0418.54-
YUV96.29140.25144.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=37.74%
G=25.16%
B=37.11%

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
Decimal1208011800.330.020.533032039.22
Hex78507602123512f1427
Octal1701201660412654572447
Binary11110001010000111011001000011011010110010111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785076; }

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

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

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

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

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

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

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

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