#785372

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

Shades of Trendy Pink #785372

Tints of Trendy Pink #785372

Color information

#785372 (or 0x785372) is unknown color: approx Trendy Pink. HEX triplet: 78, 53 and 72. RGB value is (120,83,114). Sum of RGB (Red+Green+Blue) = 120+83+114=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #785372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785372 is #87AC8D. Grayscale: #616161. Windows color (decimal): -8891534 or 7492472. OLE color: 7492472.

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

Color convert

RGB12083114-
CMYK00.310.050.53
HSL309.73º18.23%39.8%-
HSV(B)309.73º30.83%47.06%-
XYZ13.8811.3917.39-
YUV97.6137.26143.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=37.85%
G=26.18%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208311400.310.050.53309.7318.2339.8
Hex78537201F5351361228
Octal1701231620375654662250
Binary11110001010011111001001111110111010110011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785372; }

 p { color: rgb(120,83,114); }

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

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

 a { background-color: rgb(120,83,114); }

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

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

 span { border-color: rgb(120,83,114); }

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