#744D7C

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

Shades of Affair #744D7C

Tints of Affair #744D7C

Color information

#744D7C (or 0x744D7C) is unknown color: approx Affair. HEX triplet: 74, 4D and 7C. RGB value is (116,77,124). Sum of RGB (Red+Green+Blue) = 116+77+124=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #744D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D7C is #8BB283. Grayscale: #5D5D5D. Windows color (decimal): -9155204 or 8146292. OLE color: 8146292.

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

Color convert

RGB11677124-
CMYK0.060.3800.51
HSL289.79º23.38%39.41%-
HSV(B)289.79º37.9%48.63%-
XYZ13.4910.4820.38-
YUV94.02144.92143.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=36.59%
G=24.29%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116771240.060.3800.51289.7923.3839.41
Hex744D7C6260331221727
Octal1641151746460634422747
Binary111010010011011111100110100110011001110010001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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