#745E88

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

Shades of Affair #745E88

Tints of Affair #745E88

Color information

#745E88 (or 0x745E88) is unknown color: approx Affair. HEX triplet: 74, 5E and 88. RGB value is (116,94,136). Sum of RGB (Red+Green+Blue) = 116+94+136=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #745E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E88 is #8BA177. Grayscale: #696969. Windows color (decimal): -9150840 or 8937076. OLE color: 8937076.

HSL color Cylindrical-coordinate representation of color #745E88: hue angle of 271.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745E88 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11694136-
CMYK0.150.3100.47
HSL271.43º18.26%45.1%-
HSV(B)271.43º30.88%53.33%-
XYZ15.6513.525.07-
YUV105.37145.29135.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=33.53%
G=27.17%
B=39.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116941360.150.3100.47271.4318.2645.1
Hex745E88F1F02F10f122d
Octal16413621017370574172255
Binary1110100101111010001000111111111010111110000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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