#745D85

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

Shades of Affair #745D85

Tints of Affair #745D85

Color information

#745D85 (or 0x745D85) is unknown color: approx Affair. HEX triplet: 74, 5D and 85. RGB value is (116,93,133). Sum of RGB (Red+Green+Blue) = 116+93+133=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #745D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D85 is #8BA27A. Grayscale: #686868. Windows color (decimal): -9151099 or 8740212. OLE color: 8740212.

HSL color Cylindrical-coordinate representation of color #745D85: hue angle of 274.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745D85 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11693133-
CMYK0.130.3000.48
HSL274.5º17.7%44.31%-
HSV(B)274.5º30.08%52.16%-
XYZ15.3513.2423.94-
YUV104.44144.12136.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=33.92%
G=27.19%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116931330.130.3000.48274.517.744.31
Hex745D85D1E030112122c
Octal16413520515360604222254
Binary1110100101110110000101110111110011000010001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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