Shades of Affair #7C6084
Tints of Affair #7C6084
RGB
CMYK
RGB Variations
Color information
#7C6084 (or 0x7C6084) is known color: 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
| RGB | 124 | 96 | 132 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.48 |
| HSL | 286.67º | 0.16% | 0.45% | - |
| HSV(B) | 286.67º | 0.27% | 0.52% | - |
| XYZ | 16.66 | 14.32 | 23.72 | - |
| YUV | 108.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 132 | 0.06 | 0.27 | 0 | 0.48 | 286.67 | 0.16 | 0.45 |
| Hex | 7C | 60 | 84 | 6 | 1B | 0 | 30 | 11F | 10 | 2D |
| Octal | 174 | 140 | 204 | 6 | 33 | 0 | 60 | 437 | 20 | 55 |
| Binary | 1111100 | 1100000 | 10000100 | 110 | 11011 | 0 | 110000 | 100011111 | 10000 | 101101 |
Color Harmonies of #7C6084
Complementary color
Monochromatic Colors of #7C6084
Black with #7C6084
Text Example
Text Example
White with #7C6084
Text Example
Text Example
HTML Codes & Css Web 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>