#745B86

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

Shades of Affair #745B86

Tints of Affair #745B86

Color information

#745B86 (or 0x745B86) is unknown color: approx Affair. HEX triplet: 74, 5B and 86. RGB value is (116,91,134). Sum of RGB (Red+Green+Blue) = 116+91+134=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #745B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B86 is #8BA479. Grayscale: #676767. Windows color (decimal): -9151610 or 8805236. OLE color: 8805236.

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

Color convert

RGB11691134-
CMYK0.130.3200.47
HSL274.88º19.11%44.12%-
HSV(B)274.88º32.09%52.55%-
XYZ15.2512.9224.24-
YUV103.38145.28137-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=34.02%
G=26.69%
B=39.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116911340.130.3200.47274.8819.1144.12
Hex745B86D2002F113132c
Octal16413320615400574232354
Binary11101001011011100001101101100000010111110001001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B86; }

 p { color: rgb(116,91,134); }

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

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

 a { background-color: rgb(116,91,134); }

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

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

 span { border-color: rgb(116,91,134); }

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