#74597C

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

Shades of Affair #74597C

Tints of Affair #74597C

Color information

#74597C (or 0x74597C) is unknown color: approx Affair. HEX triplet: 74, 59 and 7C. RGB value is (116,89,124). Sum of RGB (Red+Green+Blue) = 116+89+124=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #74597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597C is #8BA683. Grayscale: #646464. Windows color (decimal): -9152132 or 8149364. OLE color: 8149364.

HSL color Cylindrical-coordinate representation of color #74597C: hue angle of 286.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74597C is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11689124-
CMYK0.060.2800.51
HSL286.29º16.43%41.76%-
HSV(B)286.29º28.23%48.63%-
XYZ14.4112.3120.69-
YUV101.06140.95138.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=35.26%
G=27.05%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116891240.060.2800.51286.2916.4341.76
Hex74597C61C03311e102a
Octal1641311746340634362052
Binary11101001011001111110011011100011001110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74597C; }

 p { color: rgb(116,89,124); }

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

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

 a { background-color: rgb(116,89,124); }

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

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

 span { border-color: rgb(116,89,124); }

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