#745886

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

Shades of Affair #745886

Tints of Affair #745886

Color information

#745886 (or 0x745886) is unknown color: approx Affair. HEX triplet: 74, 58 and 86. RGB value is (116,88,134). Sum of RGB (Red+Green+Blue) = 116+88+134=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #745886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745886 is #8BA779. Grayscale: #656565. Windows color (decimal): -9152378 or 8804468. OLE color: 8804468.

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

Color convert

RGB11688134-
CMYK0.130.3400.47
HSL276.52º20.72%43.53%-
HSV(B)276.52º34.33%52.55%-
XYZ1512.4124.16-
YUV101.62146.28138.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=34.32%
G=26.04%
B=39.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116881340.130.3400.47276.5220.7243.53
Hex745886D2202F115152c
Octal16413020615420574252554
Binary11101001011000100001101101100010010111110001010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745886; }

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

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

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

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

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

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

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

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