Shades of Affair #77488E
Tints of Affair #77488E
RGB
CMYK
RGB Variations
Color information
#77488E (or 0x77488E) is known color: Affair. HEX triplet: 77, 48 and 8E. RGB value is (119,72,142). Sum of RGB (Red+Green+Blue) = 119+72+142=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #77488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77488E is #88B771. Grayscale: #5D5D5D. Windows color (decimal): -8959858 or 9324663. OLE color: 9324663.
HSL color Cylindrical-coordinate representation of color #77488E: hue angle of 280.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77488E is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 72 | 142 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.44 |
| HSL | 280.29º | 0.33% | 0.42% | - |
| HSV(B) | 280.29º | 0.49% | 0.56% | - |
| XYZ | 14.81 | 10.51 | 26.84 | - |
| YUV | 94.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 142 | 0.16 | 0.49 | 0 | 0.44 | 280.29 | 0.33 | 0.42 |
| Hex | 77 | 48 | 8E | 10 | 31 | 0 | 2C | 118 | 21 | 2A |
| Octal | 167 | 110 | 216 | 20 | 61 | 0 | 54 | 430 | 41 | 52 |
| Binary | 1110111 | 1001000 | 10001110 | 10000 | 110001 | 0 | 101100 | 100011000 | 100001 | 101010 |
Color Harmonies of #77488E
Complementary color
Monochromatic Colors of #77488E
Black with #77488E
Text Example
Text Example
White with #77488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77488E; }
p { color: rgb(119,72,142); }
H1.HeaderClassName
{
color: #77488E;
}
.AnyTagClassName
{
color: #77488E;
}
</style>
background-color css
<style>
a { background-color: #77488E; }
a { background-color: rgb(119,72,142); }
div.DivClassName
{
background-color: #77488E;
}
.BgClassName
{
background-color: #77488E;
}
</style>
border-color css
<style>
span { border-color: #77488E; }
span { border-color: rgb(119,72,142); }
td.TdClassName
{
border-color: #77488E;
}
.TagClassName
{
border-color: #77488E;
}
</style>