Shades of Affair #77508F
Tints of Affair #77508F
RGB
CMYK
RGB Variations
Color information
#77508F (or 0x77508F) is known color: Affair. HEX triplet: 77, 50 and 8F. RGB value is (119,80,143). Sum of RGB (Red+Green+Blue) = 119+80+143=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #77508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77508F is #88AF70. Grayscale: #626262. Windows color (decimal): -8957809 or 9392247. OLE color: 9392247.
HSL color Cylindrical-coordinate representation of color #77508F: hue angle of 277.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77508F is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 80 | 143 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.44 |
| HSL | 277.14º | 0.28% | 0.44% | - |
| HSV(B) | 277.14º | 0.44% | 0.56% | - |
| XYZ | 15.43 | 11.64 | 27.42 | - |
| YUV | 98.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 143 | 0.17 | 0.44 | 0 | 0.44 | 277.14 | 0.28 | 0.44 |
| Hex | 77 | 50 | 8F | 11 | 2C | 0 | 2C | 115 | 1C | 2C |
| Octal | 167 | 120 | 217 | 21 | 54 | 0 | 54 | 425 | 34 | 54 |
| Binary | 1110111 | 1010000 | 10001111 | 10001 | 101100 | 0 | 101100 | 100010101 | 11100 | 101100 |
Color Harmonies of #77508F
Complementary color
Monochromatic Colors of #77508F
Black with #77508F
Text Example
Text Example
White with #77508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77508F; }
p { color: rgb(119,80,143); }
H1.HeaderClassName
{
color: #77508F;
}
.AnyTagClassName
{
color: #77508F;
}
</style>
background-color css
<style>
a { background-color: #77508F; }
a { background-color: rgb(119,80,143); }
div.DivClassName
{
background-color: #77508F;
}
.BgClassName
{
background-color: #77508F;
}
</style>
border-color css
<style>
span { border-color: #77508F; }
span { border-color: rgb(119,80,143); }
td.TdClassName
{
border-color: #77508F;
}
.TagClassName
{
border-color: #77508F;
}
</style>