Shades of Affair #704D7E
Tints of Affair #704D7E
RGB
CMYK
RGB Variations
Color information
#704D7E (or 0x704D7E) is known color: Affair. HEX triplet: 70, 4D and 7E. RGB value is (112,77,126). Sum of RGB (Red+Green+Blue) = 112+77+126=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #704D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D7E is #8FB281. Grayscale: #5C5C5C. Windows color (decimal): -9417346 or 8277360. OLE color: 8277360.
HSL color Cylindrical-coordinate representation of color #704D7E: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704D7E is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 77 | 126 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.51 |
| HSL | 282.86º | 0.24% | 0.4% | - |
| HSV(B) | 282.86º | 0.39% | 0.49% | - |
| XYZ | 13.1 | 10.26 | 21.03 | - |
| YUV | 93.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 126 | 0.11 | 0.39 | 0 | 0.51 | 282.86 | 0.24 | 0.4 |
| Hex | 70 | 4D | 7E | B | 27 | 0 | 33 | 11B | 18 | 28 |
| Octal | 160 | 115 | 176 | 13 | 47 | 0 | 63 | 433 | 30 | 50 |
| Binary | 1110000 | 1001101 | 1111110 | 1011 | 100111 | 0 | 110011 | 100011011 | 11000 | 101000 |
Color Harmonies of #704D7E
Complementary color
Monochromatic Colors of #704D7E
Black with #704D7E
Text Example
Text Example
White with #704D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D7E; }
p { color: rgb(112,77,126); }
H1.HeaderClassName
{
color: #704D7E;
}
.AnyTagClassName
{
color: #704D7E;
}
</style>
background-color css
<style>
a { background-color: #704D7E; }
a { background-color: rgb(112,77,126); }
div.DivClassName
{
background-color: #704D7E;
}
.BgClassName
{
background-color: #704D7E;
}
</style>
border-color css
<style>
span { border-color: #704D7E; }
span { border-color: rgb(112,77,126); }
td.TdClassName
{
border-color: #704D7E;
}
.TagClassName
{
border-color: #704D7E;
}
</style>