#745E84

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

Shades of Affair #745E84

Tints of Affair #745E84

Color information

#745E84 (or 0x745E84) is unknown color: approx Affair. HEX triplet: 74, 5E and 84. RGB value is (116,94,132). Sum of RGB (Red+Green+Blue) = 116+94+132=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #745E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E84 is #8BA17B. Grayscale: #686868. Windows color (decimal): -9150844 or 8674932. OLE color: 8674932.

HSL color Cylindrical-coordinate representation of color #745E84: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745E84 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11694132-
CMYK0.120.2900.48
HSL274.74º16.81%44.31%-
HSV(B)274.74º28.79%51.76%-
XYZ15.3713.3823.6-
YUV104.91143.29135.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=33.92%
G=27.49%
B=38.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116941320.120.2900.48274.7416.8144.31
Hex745E84C1D030113112c
Octal16413620414350604232154
Binary1110100101111010000100110011101011000010001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,94,132); }

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

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

 a { background-color: rgb(116,94,132); }

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

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

 span { border-color: rgb(116,94,132); }

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