#744F73

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

Shades of Trendy Pink #744F73

Tints of Trendy Pink #744F73

Color information

#744F73 (or 0x744F73) is unknown color: approx Trendy Pink. HEX triplet: 74, 4F and 73. RGB value is (116,79,115). Sum of RGB (Red+Green+Blue) = 116+79+115=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #744F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F73 is #8BB08C. Grayscale: #5E5E5E. Windows color (decimal): -9154701 or 7556980. OLE color: 7556980.

HSL color Cylindrical-coordinate representation of color #744F73: hue angle of 301.62º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #744F73 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11679115-
CMYK00.320.010.55
HSL301.62º18.97%38.24%-
HSV(B)301.62º31.9%45.49%-
XYZ13.0910.5417.56-
YUV94.17139.76143.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=37.42%
G=25.48%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167911500.320.010.55301.6218.9738.24
Hex744F7302013712e1326
Octal1641171630401674562346
Binary1110100100111111100110100000111011110010111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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