#744E82

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

Shades of Affair #744E82

Tints of Affair #744E82

Color information

#744E82 (or 0x744E82) is unknown color: approx Affair. HEX triplet: 74, 4E and 82. RGB value is (116,78,130). Sum of RGB (Red+Green+Blue) = 116+78+130=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #744E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744E82 is #8BB17D. Grayscale: #5F5F5F. Windows color (decimal): -9154942 or 8539764. OLE color: 8539764.

HSL color Cylindrical-coordinate representation of color #744E82: hue angle of 283.85º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744E82 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11678130-
CMYK0.110.4000.49
HSL283.85º25%40.78%-
HSV(B)283.85º40%50.98%-
XYZ13.9610.7722.46-
YUV95.29147.59142.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=35.80%
G=24.07%
B=40.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116781300.110.4000.49283.852540.78
Hex744E82B2803111c1929
Octal16411620213500614343151
Binary11101001001110100000101011101000011000110001110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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