#745D87

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

Shades of Affair #745D87

Tints of Affair #745D87

Color information

#745D87 (or 0x745D87) is unknown color: approx Affair. HEX triplet: 74, 5D and 87. RGB value is (116,93,135). Sum of RGB (Red+Green+Blue) = 116+93+135=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #745D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D87 is #8BA278. Grayscale: #686868. Windows color (decimal): -9151097 or 8871284. OLE color: 8871284.

HSL color Cylindrical-coordinate representation of color #745D87: hue angle of 272.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745D87 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11693135-
CMYK0.140.3100.47
HSL272.86º18.42%44.71%-
HSV(B)272.86º31.11%52.94%-
XYZ15.4913.2924.67-
YUV104.66145.12136.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=33.72%
G=27.03%
B=39.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116931350.140.3100.47272.8618.4244.71
Hex745D87E1F02F111122d
Octal16413520716370574212255
Binary1110100101110110000111111011111010111110001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,135); }

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

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

 a { background-color: rgb(116,93,135); }

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

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

 span { border-color: rgb(116,93,135); }

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