#7C6085

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

Shades of Affair #7C6085

Tints of Affair #7C6085

Color information

#7C6085 (or 0x7C6085) is unknown color: approx Affair. HEX triplet: 7C, 60 and 85. RGB value is (124,96,133). Sum of RGB (Red+Green+Blue) = 124+96+133=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6085 is #839F7A. Grayscale: #6C6C6C. Windows color (decimal): -8626043 or 8740988. OLE color: 8740988.

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

Color convert

RGB12496133-
CMYK0.070.2800.48
HSL285.41º16.16%44.9%-
HSV(B)285.41º27.82%52.16%-
XYZ16.7314.3424.08-
YUV108.59141.78138.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=35.13%
G=27.20%
B=37.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124961330.070.2800.48285.4116.1644.9
Hex7C608571C03011d102d
Octal1741402057340604352055
Binary111110011000001000010111111100011000010001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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