#745279

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

Shades of Affair #745279

Tints of Affair #745279

Color information

#745279 (or 0x745279) is unknown color: approx Affair. HEX triplet: 74, 52 and 79. RGB value is (116,82,121). Sum of RGB (Red+Green+Blue) = 116+82+121=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #745279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745279 is #8BAD86. Grayscale: #606060. Windows color (decimal): -9153927 or 7950964. OLE color: 7950964.

HSL color Cylindrical-coordinate representation of color #745279: hue angle of 292.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #745279 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11682121-
CMYK0.040.3200.53
HSL292.31º19.21%39.8%-
HSV(B)292.31º32.23%47.45%-
XYZ13.6711.1319.52-
YUV96.61141.76141.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=36.36%
G=25.71%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116821210.040.3200.53292.3119.2139.8
Hex7452794200351241328
Octal1641221714400654442350
Binary111010010100101111001100100000011010110010010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745279; }

 p { color: rgb(116,82,121); }

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

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

 a { background-color: rgb(116,82,121); }

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

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

 span { border-color: rgb(116,82,121); }

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