#744F72

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

Shades of Trendy Pink #744F72

Tints of Trendy Pink #744F72

Color information

#744F72 (or 0x744F72) is unknown color: approx Trendy Pink. HEX triplet: 74, 4F and 72. RGB value is (116,79,114). Sum of RGB (Red+Green+Blue) = 116+79+114=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #744F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F72 is #8BB08D. Grayscale: #5D5D5D. Windows color (decimal): -9154702 or 7491444. OLE color: 7491444.

HSL color Cylindrical-coordinate representation of color #744F72: hue angle of 303.24º 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 #744F72 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11679114-
CMYK00.320.020.55
HSL303.24º18.97%38.24%-
HSV(B)303.24º31.9%45.49%-
XYZ13.0410.5217.26-
YUV94.05139.26143.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=37.54%
G=25.57%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1167911400.320.020.55303.2418.9738.24
Hex744F7202023712f1326
Octal1641171620402674572346
Binary11101001001111111001001000001011011110010111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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