#7C5D87

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

Shades of Affair #7C5D87

Tints of Affair #7C5D87

Color information

#7C5D87 (or 0x7C5D87) is unknown color: approx Affair. HEX triplet: 7C, 5D and 87. RGB value is (124,93,135). Sum of RGB (Red+Green+Blue) = 124+93+135=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C5D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5D87 is #83A278. Grayscale: #6A6A6A. Windows color (decimal): -8626809 or 8871292. OLE color: 8871292.

HSL color Cylindrical-coordinate representation of color #7C5D87: hue angle of 284.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5D87 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12493135-
CMYK0.080.3100.47
HSL284.29º18.42%44.71%-
HSV(B)284.29º31.11%52.94%-
XYZ16.613.8624.72-
YUV107.06143.77140.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=35.23%
G=26.42%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124931350.080.3100.47284.2918.4244.71
Hex7C5D8781F02F11c122d
Octal17413520710370574342255
Binary1111100101110110000111100011111010111110001110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5D87; }

 p { color: rgb(124,93,135); }

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

<style>
 a { background-color: #7C5D87; }

 a { background-color: rgb(124,93,135); }

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

<style>
 span { border-color: #7C5D87; }

 span { border-color: rgb(124,93,135); }

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