#7C6185

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

Shades of Affair #7C6185

Tints of Affair #7C6185

Color information

#7C6185 (or 0x7C6185) is unknown color: approx Affair. HEX triplet: 7C, 61 and 85. RGB value is (124,97,133). Sum of RGB (Red+Green+Blue) = 124+97+133=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C6185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6185 is #839E7A. Grayscale: #6D6D6D. Windows color (decimal): -8625787 or 8741244. OLE color: 8741244.

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

Color convert

RGB12497133-
CMYK0.070.2700.48
HSL285º15.65%45.1%-
HSV(B)285º27.07%52.16%-
XYZ16.8214.5324.11-
YUV109.18141.45138.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.03%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 133 (52.34% from 255) = 37.57%
R=35.03%
G=27.40%
B=37.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124971330.070.2700.4828515.6545.1
Hex7C618571B03011d102d
Octal1741412057330604352055
Binary111110011000011000010111111011011000010001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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