#744C7A

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

Shades of Affair #744C7A

Tints of Affair #744C7A

Color information

#744C7A (or 0x744C7A) is unknown color: approx Affair. HEX triplet: 74, 4C and 7A. RGB value is (116,76,122). Sum of RGB (Red+Green+Blue) = 116+76+122=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #744C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C7A is #8BB385. Grayscale: #5D5D5D. Windows color (decimal): -9155462 or 8014964. OLE color: 8014964.

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

Color convert

RGB11676122-
CMYK0.050.3800.52
HSL292.17º23.23%38.82%-
HSV(B)292.17º37.7%47.84%-
XYZ13.310.2919.7-
YUV93.2144.25144.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=36.94%
G=24.20%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116761220.050.3800.52292.1723.2338.82
Hex744C7A5260341241727
Octal1641141725460644442747
Binary111010010011001111010101100110011010010010010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,76,122); }

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

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

 a { background-color: rgb(116,76,122); }

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

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

 span { border-color: rgb(116,76,122); }

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