#745C84

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

Shades of Affair #745C84

Tints of Affair #745C84

Color information

#745C84 (or 0x745C84) is unknown color: approx Affair. HEX triplet: 74, 5C and 84. RGB value is (116,92,132). Sum of RGB (Red+Green+Blue) = 116+92+132=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #745C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C84 is #8BA37B. Grayscale: #676767. Windows color (decimal): -9151356 or 8674420. OLE color: 8674420.

HSL color Cylindrical-coordinate representation of color #745C84: hue angle of 276º 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 #745C84 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11692132-
CMYK0.120.3000.48
HSL276º17.86%43.92%-
HSV(B)276º30.3%51.76%-
XYZ15.1913.0323.54-
YUV103.74143.95136.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=34.12%
G=27.06%
B=38.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116921320.120.3000.4827617.8643.92
Hex745C84C1E030114122c
Octal16413420414360604242254
Binary1110100101110010000100110011110011000010001010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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