#784E7C

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

Shades of Trendy Pink #784E7C

Tints of Trendy Pink #784E7C

Color information

#784E7C (or 0x784E7C) is unknown color: approx Trendy Pink. HEX triplet: 78, 4E and 7C. RGB value is (120,78,124). Sum of RGB (Red+Green+Blue) = 120+78+124=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #784E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E7C is #87B183. Grayscale: #5F5F5F. Windows color (decimal): -8892804 or 8146552. OLE color: 8146552.

HSL color Cylindrical-coordinate representation of color #784E7C: hue angle of 294.78º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784E7C is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12078124-
CMYK0.030.3700.51
HSL294.78º22.77%39.61%-
HSV(B)294.78º37.1%48.63%-
XYZ14.1110.920.43-
YUV95.8143.91145.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=37.27%
G=24.22%
B=38.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120781240.030.3700.51294.7822.7739.61
Hex784E7C3250331271728
Octal1701161743450634472750
Binary11110001001110111110011100101011001110010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784E7C; }

 p { color: rgb(120,78,124); }

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

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

 a { background-color: rgb(120,78,124); }

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

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

 span { border-color: rgb(120,78,124); }

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