Shades of Affair #704E77
Tints of Affair #704E77
RGB
CMYK
RGB Variations
Color information
#704E77 (or 0x704E77) is known color: Affair. HEX triplet: 70, 4E and 77. RGB value is (112,78,119). Sum of RGB (Red+Green+Blue) = 112+78+119=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #704E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E77 is #8FB188. Grayscale: #5C5C5C. Windows color (decimal): -9417097 or 7818864. OLE color: 7818864.
HSL color Cylindrical-coordinate representation of color #704E77: hue angle of 289.76º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704E77 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 78 | 119 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.53 |
| HSL | 289.76º | 0.21% | 0.39% | - |
| HSV(B) | 289.76º | 0.34% | 0.47% | - |
| XYZ | 12.74 | 10.23 | 18.76 | - |
| YUV | 92.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 119 | 0.06 | 0.34 | 0 | 0.53 | 289.76 | 0.21 | 0.39 |
| Hex | 70 | 4E | 77 | 6 | 22 | 0 | 35 | 122 | 15 | 27 |
| Octal | 160 | 116 | 167 | 6 | 42 | 0 | 65 | 442 | 25 | 47 |
| Binary | 1110000 | 1001110 | 1110111 | 110 | 100010 | 0 | 110101 | 100100010 | 10101 | 100111 |
Color Harmonies of #704E77
Complementary color
Monochromatic Colors of #704E77
Black with #704E77
Text Example
Text Example
White with #704E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E77; }
p { color: rgb(112,78,119); }
H1.HeaderClassName
{
color: #704E77;
}
.AnyTagClassName
{
color: #704E77;
}
</style>
background-color css
<style>
a { background-color: #704E77; }
a { background-color: rgb(112,78,119); }
div.DivClassName
{
background-color: #704E77;
}
.BgClassName
{
background-color: #704E77;
}
</style>
border-color css
<style>
span { border-color: #704E77; }
span { border-color: rgb(112,78,119); }
td.TdClassName
{
border-color: #704E77;
}
.TagClassName
{
border-color: #704E77;
}
</style>