#744E72

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

Shades of Trendy Pink #744E72

Tints of Trendy Pink #744E72

Color information

#744E72 (or 0x744E72) is unknown color: approx Trendy Pink. HEX triplet: 74, 4E and 72. RGB value is (116,78,114). Sum of RGB (Red+Green+Blue) = 116+78+114=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #744E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E72 is #8BB18D. Grayscale: #5D5D5D. Windows color (decimal): -9154958 or 7491188. OLE color: 7491188.

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

Color convert

RGB11678114-
CMYK00.330.020.55
HSL303.16º19.59%38.04%-
HSV(B)303.16º32.76%45.49%-
XYZ12.9610.3817.24-
YUV93.47139.59144.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=37.66%
G=25.32%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167811400.330.020.55303.1619.5938.04
Hex744E7202123712f1426
Octal1641161620412674572446
Binary11101001001110111001001000011011011110010111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,78,114); }

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

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

 a { background-color: rgb(116,78,114); }

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

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

 span { border-color: rgb(116,78,114); }

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