#744F75

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

Shades of Trendy Pink #744F75

Tints of Trendy Pink #744F75

Color information

#744F75 (or 0x744F75) is unknown color: approx Trendy Pink. HEX triplet: 74, 4F and 75. RGB value is (116,79,117). Sum of RGB (Red+Green+Blue) = 116+79+117=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #744F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F75 is #8BB08A. Grayscale: #5E5E5E. Windows color (decimal): -9154699 or 7688052. OLE color: 7688052.

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

Color convert

RGB11679117-
CMYK0.010.3200.54
HSL298.42º19.39%38.43%-
HSV(B)298.42º32.48%45.88%-
XYZ13.2110.5918.18-
YUV94.39140.76143.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=37.18%
G=25.32%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116791170.010.3200.54298.4219.3938.43
Hex744F7512003612a1326
Octal1641171651400664522346
Binary1110100100111111101011100000011011010010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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