#744F76

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

Shades of Trendy Pink #744F76

Tints of Trendy Pink #744F76

Color information

#744F76 (or 0x744F76) is unknown color: approx Trendy Pink. HEX triplet: 74, 4F and 76. RGB value is (116,79,118). Sum of RGB (Red+Green+Blue) = 116+79+118=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #744F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F76 is #8BB089. Grayscale: #5E5E5E. Windows color (decimal): -9154698 or 7753588. OLE color: 7753588.

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

Color convert

RGB11679118-
CMYK0.020.3300.54
HSL296.92º19.8%38.63%-
HSV(B)296.92º33.05%46.27%-
XYZ13.2710.6118.49-
YUV94.51141.26143.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=37.06%
G=25.24%
B=37.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116791180.020.3300.54296.9219.838.63
Hex744F762210361291427
Octal1641171662410664512447
Binary11101001001111111011010100001011011010010100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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