#784F79

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

Shades of Trendy Pink #784F79

Tints of Trendy Pink #784F79

Color information

#784F79 (or 0x784F79) is unknown color: approx Trendy Pink. HEX triplet: 78, 4F and 79. RGB value is (120,79,121). Sum of RGB (Red+Green+Blue) = 120+79+121=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #784F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F79 is #87B086. Grayscale: #5F5F5F. Windows color (decimal): -8892551 or 7950200. OLE color: 7950200.

HSL color Cylindrical-coordinate representation of color #784F79: hue angle of 298.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784F79 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12079121-
CMYK0.010.3500.53
HSL298.57º21%39.22%-
HSV(B)298.57º34.71%47.45%-
XYZ13.9910.9719.47-
YUV96.05142.08145.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=37.5%
G=24.69%
B=37.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120791210.010.3500.53298.572139.22
Hex784F7912303512b1527
Octal1701171711430654532547
Binary1111000100111111110011100011011010110010101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,121); }

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

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

 a { background-color: rgb(120,79,121); }

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

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

 span { border-color: rgb(120,79,121); }

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