#785279

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

Shades of Trendy Pink #785279

Tints of Trendy Pink #785279

Color information

#785279 (or 0x785279) is unknown color: approx Trendy Pink. HEX triplet: 78, 52 and 79. RGB value is (120,82,121). Sum of RGB (Red+Green+Blue) = 120+82+121=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #785279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785279 is #87AD86. Grayscale: #616161. Windows color (decimal): -8891783 or 7950968. OLE color: 7950968.

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

Color convert

RGB12082121-
CMYK0.010.3200.53
HSL298.46º19.21%39.8%-
HSV(B)298.46º32.23%47.45%-
XYZ14.2111.4119.54-
YUV97.81141.09143.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=37.15%
G=25.39%
B=37.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120821210.010.3200.53298.4619.2139.8
Hex78527912003512a1328
Octal1701221711400654522350
Binary1111000101001011110011100000011010110010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785279; }

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

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

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

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

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

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

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

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