Shades of Affair #674D76
Tints of Affair #674D76
RGB
CMYK
RGB Variations
Color information
#674D76 (or 0x674D76) is known color: Affair. HEX triplet: 67, 4D and 76. RGB value is (103,77,118). Sum of RGB (Red+Green+Blue) = 103+77+118=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #674D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D76 is #98B289. Grayscale: #595959. Windows color (decimal): -10007178 or 7753063. OLE color: 7753063.
HSL color Cylindrical-coordinate representation of color #674D76: hue angle of 278.05º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674D76 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 77 | 118 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.54 |
| HSL | 278.05º | 0.21% | 0.38% | - |
| HSV(B) | 278.05º | 0.35% | 0.46% | - |
| XYZ | 11.52 | 9.5 | 18.37 | - |
| YUV | 89.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 118 | 0.13 | 0.35 | 0 | 0.54 | 278.05 | 0.21 | 0.38 |
| Hex | 67 | 4D | 76 | D | 23 | 0 | 36 | 116 | 15 | 26 |
| Octal | 147 | 115 | 166 | 15 | 43 | 0 | 66 | 426 | 25 | 46 |
| Binary | 1100111 | 1001101 | 1110110 | 1101 | 100011 | 0 | 110110 | 100010110 | 10101 | 100110 |
Color Harmonies of #674D76
Complementary color
Monochromatic Colors of #674D76
Black with #674D76
Text Example
Text Example
White with #674D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D76; }
p { color: rgb(103,77,118); }
H1.HeaderClassName
{
color: #674D76;
}
.AnyTagClassName
{
color: #674D76;
}
</style>
background-color css
<style>
a { background-color: #674D76; }
a { background-color: rgb(103,77,118); }
div.DivClassName
{
background-color: #674D76;
}
.BgClassName
{
background-color: #674D76;
}
</style>
border-color css
<style>
span { border-color: #674D76; }
span { border-color: rgb(103,77,118); }
td.TdClassName
{
border-color: #674D76;
}
.TagClassName
{
border-color: #674D76;
}
</style>