#785979

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

Shades of Trendy Pink #785979

Tints of Trendy Pink #785979

Color information

#785979 (or 0x785979) is unknown color: approx Trendy Pink. HEX triplet: 78, 59 and 79. RGB value is (120,89,121). Sum of RGB (Red+Green+Blue) = 120+89+121=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #785979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785979 is #87A686. Grayscale: #656565. Windows color (decimal): -8889991 or 7952760. OLE color: 7952760.

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

Color convert

RGB12089121-
CMYK0.010.2600.53
HSL298.12º15.24%41.18%-
HSV(B)298.12º26.45%47.45%-
XYZ14.7712.5219.73-
YUV101.92138.77140.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=36.36%
G=26.97%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120891210.010.2600.53298.1215.2441.18
Hex78597911A03512af29
Octal1701311711320654521751
Binary11110001011001111100111101001101011001010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785979; }

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

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

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

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

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

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

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

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