#744F78

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

Shades of Trendy Pink #744F78

Tints of Trendy Pink #744F78

Color information

#744F78 (or 0x744F78) is unknown color: approx Trendy Pink. HEX triplet: 74, 4F and 78. RGB value is (116,79,120). Sum of RGB (Red+Green+Blue) = 116+79+120=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #744F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F78 is #8BB087. Grayscale: #5E5E5E. Windows color (decimal): -9154696 or 7884660. OLE color: 7884660.

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

Color convert

RGB11679120-
CMYK0.030.3400.53
HSL294.15º20.6%39.02%-
HSV(B)294.15º34.17%47.06%-
XYZ13.3910.6619.12-
YUV94.74142.26143.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=36.83%
G=25.08%
B=38.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116791200.030.3400.53294.1520.639.02
Hex744F783220351261527
Octal1641171703420654462547
Binary11101001001111111100011100010011010110010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744F78; }

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

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

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

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

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

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

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

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