#744F80

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

Shades of Affair #744F80

Tints of Affair #744F80

Color information

#744F80 (or 0x744F80) is unknown color: approx Affair. HEX triplet: 74, 4F and 80. RGB value is (116,79,128). Sum of RGB (Red+Green+Blue) = 116+79+128=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #744F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744F80 is #8BB07F. Grayscale: #5F5F5F. Windows color (decimal): -9154688 or 8408948. OLE color: 8408948.

HSL color Cylindrical-coordinate representation of color #744F80: hue angle of 285.31º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744F80 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11679128-
CMYK0.090.3800.50
HSL285.31º23.67%40.59%-
HSV(B)285.31º38.28%50.2%-
XYZ13.8910.8621.79-
YUV95.65146.26142.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=35.91%
G=24.46%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116791280.090.3800.50285.3123.6740.59
Hex744F8092603211d1829
Octal16411720011460624353051
Binary11101001001111100000001001100110011001010001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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