#745785

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

Shades of Affair #745785

Tints of Affair #745785

Color information

#745785 (or 0x745785) is unknown color: approx Affair. HEX triplet: 74, 57 and 85. RGB value is (116,87,133). Sum of RGB (Red+Green+Blue) = 116+87+133=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #745785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745785 is #8BA87A. Grayscale: #646464. Windows color (decimal): -9152635 or 8738676. OLE color: 8738676.

HSL color Cylindrical-coordinate representation of color #745785: hue angle of 277.83º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #745785 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11687133-
CMYK0.130.3500.48
HSL277.83º20.91%43.14%-
HSV(B)277.83º34.59%52.16%-
XYZ14.8412.2223.77-
YUV100.92146.11138.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=34.52%
G=25.89%
B=39.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116871330.130.3500.48277.8320.9143.14
Hex745785D23030116152b
Octal16412720515430604262553
Binary11101001010111100001011101100011011000010001011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745785; }

 p { color: rgb(116,87,133); }

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

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

 a { background-color: rgb(116,87,133); }

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

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

 span { border-color: rgb(116,87,133); }

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