#75517C

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

Shades of Affair #75517C

Tints of Affair #75517C

Color information

#75517C (or 0x75517C) is unknown color: approx Affair. HEX triplet: 75, 51 and 7C. RGB value is (117,81,124). Sum of RGB (Red+Green+Blue) = 117+81+124=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #75517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75517C is #8AAE83. Grayscale: #606060. Windows color (decimal): -9088644 or 8147317. OLE color: 8147317.

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

Color convert

RGB11781124-
CMYK0.060.3500.51
HSL290.23º20.98%40.2%-
HSV(B)290.23º34.68%48.63%-
XYZ13.9211.1220.48-
YUV96.67143.43142.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=36.34%
G=25.16%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117811240.060.3500.51290.2320.9840.2
Hex75517C6230331221528
Octal1651211746430634422550
Binary111010110100011111100110100011011001110010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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