#75537C

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

Shades of Affair #75537C

Tints of Affair #75537C

Color information

#75537C (or 0x75537C) is unknown color: approx Affair. HEX triplet: 75, 53 and 7C. RGB value is (117,83,124). Sum of RGB (Red+Green+Blue) = 117+83+124=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #75537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75537C is #8AAC83. Grayscale: #616161. Windows color (decimal): -9088132 or 8147829. OLE color: 8147829.

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

Color convert

RGB11783124-
CMYK0.060.3300.51
HSL289.76º19.81%40.59%-
HSV(B)289.76º33.06%48.63%-
XYZ14.0711.4220.53-
YUV97.84142.76141.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=36.11%
G=25.62%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117831240.060.3300.51289.7619.8140.59
Hex75537C6210331221429
Octal1651231746410634422451
Binary111010110100111111100110100001011001110010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,83,124); }

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

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

 a { background-color: rgb(117,83,124); }

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

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

 span { border-color: rgb(117,83,124); }

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