#75577C

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

Shades of Affair #75577C

Tints of Affair #75577C

Color information

#75577C (or 0x75577C) is unknown color: approx Affair. HEX triplet: 75, 57 and 7C. RGB value is (117,87,124). Sum of RGB (Red+Green+Blue) = 117+87+124=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #75577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75577C is #8AA883. Grayscale: #646464. Windows color (decimal): -9087108 or 8148853. OLE color: 8148853.

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

Color convert

RGB11787124-
CMYK0.060.3000.51
HSL288.65º17.54%41.37%-
HSV(B)288.65º29.84%48.63%-
XYZ14.3812.0520.64-
YUV100.19141.44139.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=35.67%
G=26.52%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117871240.060.3000.51288.6517.5441.37
Hex75577C61E0331211229
Octal1651271746360634412251
Binary11101011010111111110011011110011001110010000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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