Shades of Affair #775A8F
Tints of Affair #775A8F
RGB
CMYK
RGB Variations
Color information
#775A8F (or 0x775A8F) is known color: Affair. HEX triplet: 77, 5A and 8F. RGB value is (119,90,143). Sum of RGB (Red+Green+Blue) = 119+90+143=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #775A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A8F is #88A570. Grayscale: #686868. Windows color (decimal): -8955249 or 9394807. OLE color: 9394807.
HSL color Cylindrical-coordinate representation of color #775A8F: hue angle of 272.83º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #775A8F is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 90 | 143 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.44 |
| HSL | 272.83º | 0.23% | 0.46% | - |
| HSV(B) | 272.83º | 0.37% | 0.56% | - |
| XYZ | 16.22 | 13.22 | 27.68 | - |
| YUV | 104.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 143 | 0.17 | 0.37 | 0 | 0.44 | 272.83 | 0.23 | 0.46 |
| Hex | 77 | 5A | 8F | 11 | 25 | 0 | 2C | 111 | 17 | 2E |
| Octal | 167 | 132 | 217 | 21 | 45 | 0 | 54 | 421 | 27 | 56 |
| Binary | 1110111 | 1011010 | 10001111 | 10001 | 100101 | 0 | 101100 | 100010001 | 10111 | 101110 |
Color Harmonies of #775A8F
Complementary color
Monochromatic Colors of #775A8F
Black with #775A8F
Text Example
Text Example
White with #775A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A8F; }
p { color: rgb(119,90,143); }
H1.HeaderClassName
{
color: #775A8F;
}
.AnyTagClassName
{
color: #775A8F;
}
</style>
background-color css
<style>
a { background-color: #775A8F; }
a { background-color: rgb(119,90,143); }
div.DivClassName
{
background-color: #775A8F;
}
.BgClassName
{
background-color: #775A8F;
}
</style>
border-color css
<style>
span { border-color: #775A8F; }
span { border-color: rgb(119,90,143); }
td.TdClassName
{
border-color: #775A8F;
}
.TagClassName
{
border-color: #775A8F;
}
</style>