Shades of Affair #77587F
Tints of Affair #77587F
RGB
CMYK
RGB Variations
Color information
#77587F (or 0x77587F) is known color: Affair. HEX triplet: 77, 58 and 7F. RGB value is (119,88,127). Sum of RGB (Red+Green+Blue) = 119+88+127=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #77587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77587F is #88A780. Grayscale: #656565. Windows color (decimal): -8955777 or 8345719. OLE color: 8345719.
HSL color Cylindrical-coordinate representation of color #77587F: hue angle of 287.69º 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 #77587F is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 88 | 127 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.50 |
| HSL | 287.69º | 0.18% | 0.42% | - |
| HSV(B) | 287.69º | 0.31% | 0.5% | - |
| XYZ | 14.93 | 12.43 | 21.69 | - |
| YUV | 101.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 127 | 0.06 | 0.31 | 0 | 0.50 | 287.69 | 0.18 | 0.42 |
| Hex | 77 | 58 | 7F | 6 | 1F | 0 | 32 | 120 | 12 | 2A |
| Octal | 167 | 130 | 177 | 6 | 37 | 0 | 62 | 440 | 22 | 52 |
| Binary | 1110111 | 1011000 | 1111111 | 110 | 11111 | 0 | 110010 | 100100000 | 10010 | 101010 |
Color Harmonies of #77587F
Complementary color
Monochromatic Colors of #77587F
Black with #77587F
Text Example
Text Example
White with #77587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77587F; }
p { color: rgb(119,88,127); }
H1.HeaderClassName
{
color: #77587F;
}
.AnyTagClassName
{
color: #77587F;
}
</style>
background-color css
<style>
a { background-color: #77587F; }
a { background-color: rgb(119,88,127); }
div.DivClassName
{
background-color: #77587F;
}
.BgClassName
{
background-color: #77587F;
}
</style>
border-color css
<style>
span { border-color: #77587F; }
span { border-color: rgb(119,88,127); }
td.TdClassName
{
border-color: #77587F;
}
.TagClassName
{
border-color: #77587F;
}
</style>