#745E80

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

Shades of Affair #745E80

Tints of Affair #745E80

Color information

#745E80 (or 0x745E80) is unknown color: approx Affair. HEX triplet: 74, 5E and 80. RGB value is (116,94,128). Sum of RGB (Red+Green+Blue) = 116+94+128=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #745E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E80 is #8BA17F. Grayscale: #686868. Windows color (decimal): -9150848 or 8412788. OLE color: 8412788.

HSL color Cylindrical-coordinate representation of color #745E80: hue angle of 278.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745E80 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11694128-
CMYK0.090.2700.50
HSL278.82º15.32%43.53%-
HSV(B)278.82º26.56%50.2%-
XYZ15.113.2822.19-
YUV104.45141.29136.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=34.32%
G=27.81%
B=37.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116941280.090.2700.50278.8215.3243.53
Hex745E8091B032117f2c
Octal16413620011330624271754
Binary111010010111101000000010011101101100101000101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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