#7C5C8C

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

Shades of Affair #7C5C8C

Tints of Affair #7C5C8C

Color information

#7C5C8C (or 0x7C5C8C) is unknown color: approx Affair. HEX triplet: 7C, 5C and 8C. RGB value is (124,92,140). Sum of RGB (Red+Green+Blue) = 124+92+140=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C5C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5C8C is #83A373. Grayscale: #6A6A6A. Windows color (decimal): -8627060 or 9198716. OLE color: 9198716.

HSL color Cylindrical-coordinate representation of color #7C5C8C: hue angle of 280º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5C8C is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12492140-
CMYK0.110.3400.45
HSL280º20.69%45.49%-
HSV(B)280º34.29%54.9%-
XYZ16.8713.8326.59-
YUV107.04146.6140.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.83%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=34.83%
G=25.84%
B=39.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124921400.110.3400.4528020.6945.49
Hex7C5C8CB2202D118152d
Octal17413421413420554302555
Binary11111001011100100011001011100010010110110001100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,92,140); }

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

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

 a { background-color: rgb(124,92,140); }

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

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

 span { border-color: rgb(124,92,140); }

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