#744E7C

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

Shades of Affair #744E7C

Tints of Affair #744E7C

Color information

#744E7C (or 0x744E7C) is unknown color: approx Affair. HEX triplet: 74, 4E and 7C. RGB value is (116,78,124). Sum of RGB (Red+Green+Blue) = 116+78+124=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #744E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E7C is #8BB183. Grayscale: #5E5E5E. Windows color (decimal): -9154948 or 8146548. OLE color: 8146548.

HSL color Cylindrical-coordinate representation of color #744E7C: hue angle of 289.57º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #744E7C is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11678124-
CMYK0.060.3700.51
HSL289.57º22.77%39.61%-
HSV(B)289.57º37.1%48.63%-
XYZ13.5610.6220.4-
YUV94.61144.59143.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=36.48%
G=24.53%
B=38.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116781240.060.3700.51289.5722.7739.61
Hex744E7C6250331221728
Octal1641161746450634422750
Binary111010010011101111100110100101011001110010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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