#745C82

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

Shades of Affair #745C82

Tints of Affair #745C82

Color information

#745C82 (or 0x745C82) is unknown color: approx Affair. HEX triplet: 74, 5C and 82. RGB value is (116,92,130). Sum of RGB (Red+Green+Blue) = 116+92+130=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #745C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C82 is #8BA37D. Grayscale: #676767. Windows color (decimal): -9151358 or 8543348. OLE color: 8543348.

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

Color convert

RGB11692130-
CMYK0.110.2900.49
HSL277.89º17.12%43.53%-
HSV(B)277.89º29.23%50.98%-
XYZ15.0612.9822.83-
YUV103.51142.95136.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=34.32%
G=27.22%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116921300.110.2900.49277.8917.1243.53
Hex745C82B1D031116112c
Octal16413420213350614262154
Binary1110100101110010000010101111101011000110001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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