Shades of Affair #674F7F
Tints of Affair #674F7F
RGB
CMYK
RGB Variations
Color information
#674F7F (or 0x674F7F) is known color: Affair. HEX triplet: 67, 4F and 7F. RGB value is (103,79,127). Sum of RGB (Red+Green+Blue) = 103+79+127=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #674F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F7F is #98B080. Grayscale: #5B5B5B. Windows color (decimal): -10006657 or 8343399. OLE color: 8343399.
HSL color Cylindrical-coordinate representation of color #674F7F: hue angle of 270º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674F7F is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 79 | 127 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.50 |
| HSL | 270º | 0.23% | 0.4% | - |
| HSV(B) | 270º | 0.38% | 0.5% | - |
| XYZ | 12.22 | 10.01 | 21.37 | - |
| YUV | 91.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 127 | 0.19 | 0.38 | 0 | 0.50 | 270 | 0.23 | 0.4 |
| Hex | 67 | 4F | 7F | 13 | 26 | 0 | 32 | 10E | 17 | 28 |
| Octal | 147 | 117 | 177 | 23 | 46 | 0 | 62 | 416 | 27 | 50 |
| Binary | 1100111 | 1001111 | 1111111 | 10011 | 100110 | 0 | 110010 | 100001110 | 10111 | 101000 |
Color Harmonies of #674F7F
Complementary color
Monochromatic Colors of #674F7F
Black with #674F7F
Text Example
Text Example
White with #674F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F7F; }
p { color: rgb(103,79,127); }
H1.HeaderClassName
{
color: #674F7F;
}
.AnyTagClassName
{
color: #674F7F;
}
</style>
background-color css
<style>
a { background-color: #674F7F; }
a { background-color: rgb(103,79,127); }
div.DivClassName
{
background-color: #674F7F;
}
.BgClassName
{
background-color: #674F7F;
}
</style>
border-color css
<style>
span { border-color: #674F7F; }
span { border-color: rgb(103,79,127); }
td.TdClassName
{
border-color: #674F7F;
}
.TagClassName
{
border-color: #674F7F;
}
</style>