#785876

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

Shades of Trendy Pink #785876

Tints of Trendy Pink #785876

Color information

#785876 (or 0x785876) is unknown color: approx Trendy Pink. HEX triplet: 78, 58 and 76. RGB value is (120,88,118). Sum of RGB (Red+Green+Blue) = 120+88+118=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #785876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785876 is #87A789. Grayscale: #646464. Windows color (decimal): -8890250 or 7755896. OLE color: 7755896.

HSL color Cylindrical-coordinate representation of color #785876: hue angle of 303.75º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785876 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12088118-
CMYK00.270.020.53
HSL303.75º15.38%40.78%-
HSV(B)303.75º26.67%47.06%-
XYZ14.5112.2818.75-
YUV100.99137.6141.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=36.81%
G=26.99%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208811800.270.020.53303.7515.3840.78
Hex78587601B235130f29
Octal1701301660332654601751
Binary111100010110001110110011011101101011001100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785876; }

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

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

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

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

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

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

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

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