Shades of Affair #78587F
Tints of Affair #78587F
RGB
CMYK
RGB Variations
Color information
#78587F (or 0x78587F) is known color: Affair. HEX triplet: 78, 58 and 7F. RGB value is (120,88,127). Sum of RGB (Red+Green+Blue) = 120+88+127=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #78587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78587F is #87A780. Grayscale: #656565. Windows color (decimal): -8890241 or 8345720. OLE color: 8345720.
HSL color Cylindrical-coordinate representation of color #78587F: hue angle of 289.23º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78587F is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 88 | 127 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.50 |
| HSL | 289.23º | 0.18% | 0.42% | - |
| HSV(B) | 289.23º | 0.31% | 0.5% | - |
| XYZ | 15.07 | 12.5 | 21.7 | - |
| YUV | 102.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 127 | 0.06 | 0.31 | 0 | 0.50 | 289.23 | 0.18 | 0.42 |
| Hex | 78 | 58 | 7F | 6 | 1F | 0 | 32 | 121 | 12 | 2A |
| Octal | 170 | 130 | 177 | 6 | 37 | 0 | 62 | 441 | 22 | 52 |
| Binary | 1111000 | 1011000 | 1111111 | 110 | 11111 | 0 | 110010 | 100100001 | 10010 | 101010 |
Color Harmonies of #78587F
Complementary color
Monochromatic Colors of #78587F
Black with #78587F
Text Example
Text Example
White with #78587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78587F; }
p { color: rgb(120,88,127); }
H1.HeaderClassName
{
color: #78587F;
}
.AnyTagClassName
{
color: #78587F;
}
</style>
background-color css
<style>
a { background-color: #78587F; }
a { background-color: rgb(120,88,127); }
div.DivClassName
{
background-color: #78587F;
}
.BgClassName
{
background-color: #78587F;
}
</style>
border-color css
<style>
span { border-color: #78587F; }
span { border-color: rgb(120,88,127); }
td.TdClassName
{
border-color: #78587F;
}
.TagClassName
{
border-color: #78587F;
}
</style>