#75507C

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

Shades of Affair #75507C

Tints of Affair #75507C

Color information

#75507C (or 0x75507C) is unknown color: approx Affair. HEX triplet: 75, 50 and 7C. RGB value is (117,80,124). Sum of RGB (Red+Green+Blue) = 117+80+124=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #75507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75507C is #8AAF83. Grayscale: #5F5F5F. Windows color (decimal): -9088900 or 8147061. OLE color: 8147061.

HSL color Cylindrical-coordinate representation of color #75507C: hue angle of 290.45º degrees, saturation: 0.22, 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 #75507C is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11780124-
CMYK0.060.3500.51
HSL290.45º21.57%40%-
HSV(B)290.45º35.48%48.63%-
XYZ13.8410.9720.46-
YUV96.08143.76142.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=36.45%
G=24.92%
B=38.63%

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
Decimal117801240.060.3500.51290.4521.5740
Hex75507C6230331221628
Octal1651201746430634422650
Binary111010110100001111100110100011011001110010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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