#75537E

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

Shades of Affair #75537E

Tints of Affair #75537E

Color information

#75537E (or 0x75537E) is unknown color: approx Affair. HEX triplet: 75, 53 and 7E. RGB value is (117,83,126). Sum of RGB (Red+Green+Blue) = 117+83+126=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #75537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75537E is #8AAC81. Grayscale: #616161. Windows color (decimal): -9088130 or 8278901. OLE color: 8278901.

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

Color convert

RGB11783126-
CMYK0.070.3400.51
HSL287.44º20.57%40.98%-
HSV(B)287.44º34.13%49.41%-
XYZ14.211.4721.21-
YUV98.07143.76141.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=35.89%
G=25.46%
B=38.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117831260.070.3400.51287.4420.5740.98
Hex75537E72203311f1529
Octal1651231767420634372551
Binary111010110100111111110111100010011001110001111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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