#744F7A

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

Shades of Affair #744F7A

Tints of Affair #744F7A

Color information

#744F7A (or 0x744F7A) is unknown color: approx Affair. HEX triplet: 74, 4F and 7A. RGB value is (116,79,122). Sum of RGB (Red+Green+Blue) = 116+79+122=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #744F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F7A is #8BB085. Grayscale: #5E5E5E. Windows color (decimal): -9154694 or 8015732. OLE color: 8015732.

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

Color convert

RGB11679122-
CMYK0.050.3500.52
HSL291.63º21.39%39.41%-
HSV(B)291.63º35.25%47.84%-
XYZ13.5110.7119.77-
YUV94.96143.26143-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=36.59%
G=24.92%
B=38.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116791220.050.3500.52291.6321.3939.41
Hex744F7A5230341241527
Octal1641171725430644442547
Binary111010010011111111010101100011011010010010010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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