Shades of Affair #77488F
Tints of Affair #77488F
RGB
CMYK
RGB Variations
Color information
#77488F (or 0x77488F) is known color: Affair. HEX triplet: 77, 48 and 8F. RGB value is (119,72,143). Sum of RGB (Red+Green+Blue) = 119+72+143=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 143 - color contains mainly: blue. Hex color #77488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77488F is #88B770. Grayscale: #5D5D5D. Windows color (decimal): -8959857 or 9390199. OLE color: 9390199.
HSL color Cylindrical-coordinate representation of color #77488F: hue angle of 279.72º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77488F is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 72 | 143 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.44 |
| HSL | 279.72º | 0.33% | 0.42% | - |
| HSV(B) | 279.72º | 0.5% | 0.56% | - |
| XYZ | 14.88 | 10.54 | 27.24 | - |
| YUV | 94.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 143 | 0.17 | 0.50 | 0 | 0.44 | 279.72 | 0.33 | 0.42 |
| Hex | 77 | 48 | 8F | 11 | 32 | 0 | 2C | 118 | 21 | 2A |
| Octal | 167 | 110 | 217 | 21 | 62 | 0 | 54 | 430 | 41 | 52 |
| Binary | 1110111 | 1001000 | 10001111 | 10001 | 110010 | 0 | 101100 | 100011000 | 100001 | 101010 |
Color Harmonies of #77488F
Complementary color
Monochromatic Colors of #77488F
Black with #77488F
Text Example
Text Example
White with #77488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77488F; }
p { color: rgb(119,72,143); }
H1.HeaderClassName
{
color: #77488F;
}
.AnyTagClassName
{
color: #77488F;
}
</style>
background-color css
<style>
a { background-color: #77488F; }
a { background-color: rgb(119,72,143); }
div.DivClassName
{
background-color: #77488F;
}
.BgClassName
{
background-color: #77488F;
}
</style>
border-color css
<style>
span { border-color: #77488F; }
span { border-color: rgb(119,72,143); }
td.TdClassName
{
border-color: #77488F;
}
.TagClassName
{
border-color: #77488F;
}
</style>