#7C5785

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

Shades of Affair #7C5785

Tints of Affair #7C5785

Color information

#7C5785 (or 0x7C5785) is unknown color: approx Affair. HEX triplet: 7C, 57 and 85. RGB value is (124,87,133). Sum of RGB (Red+Green+Blue) = 124+87+133=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5785 is #83A87A. Grayscale: #676767. Windows color (decimal): -8628347 or 8738684. OLE color: 8738684.

HSL color Cylindrical-coordinate representation of color #7C5785: hue angle of 288.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5785 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12487133-
CMYK0.070.3500.48
HSL288.26º20.91%43.14%-
HSV(B)288.26º34.59%52.16%-
XYZ15.9512.7923.82-
YUV103.31144.76142.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=36.05%
G=25.29%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124871330.070.3500.48288.2620.9143.14
Hex7C5785723030120152b
Octal1741272057430604402553
Binary1111100101011110000101111100011011000010010000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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