#7C6084

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

Shades of Affair #7C6084

Tints of Affair #7C6084

Color information

#7C6084 (or 0x7C6084) is unknown color: approx Affair. HEX triplet: 7C, 60 and 84. RGB value is (124,96,132). Sum of RGB (Red+Green+Blue) = 124+96+132=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C6084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6084 is #839F7B. Grayscale: #6C6C6C. Windows color (decimal): -8626044 or 8675452. OLE color: 8675452.

HSL color Cylindrical-coordinate representation of color #7C6084: hue angle of 286.67º 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 #7C6084 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12496132-
CMYK0.060.2700.48
HSL286.67º15.79%44.71%-
HSV(B)286.67º27.27%51.76%-
XYZ16.6614.3223.72-
YUV108.48141.28139.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=35.23%
G=27.27%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124961320.060.2700.48286.6715.7944.71
Hex7C608461B03011f102d
Octal1741402046330604372055
Binary111110011000001000010011011011011000010001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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