Shades of Affair #775C8E
Tints of Affair #775C8E
RGB
CMYK
RGB Variations
Color information
#775C8E (or 0x775C8E) is known color: Affair. HEX triplet: 77, 5C and 8E. RGB value is (119,92,142). Sum of RGB (Red+Green+Blue) = 119+92+142=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #775C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C8E is #88A371. Grayscale: #696969. Windows color (decimal): -8954738 or 9329783. OLE color: 9329783.
HSL color Cylindrical-coordinate representation of color #775C8E: hue angle of 272.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775C8E is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 92 | 142 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.44 |
| HSL | 272.4º | 0.21% | 0.46% | - |
| HSV(B) | 272.4º | 0.35% | 0.56% | - |
| XYZ | 16.32 | 13.53 | 27.34 | - |
| YUV | 105.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 142 | 0.16 | 0.35 | 0 | 0.44 | 272.4 | 0.21 | 0.46 |
| Hex | 77 | 5C | 8E | 10 | 23 | 0 | 2C | 110 | 15 | 2E |
| Octal | 167 | 134 | 216 | 20 | 43 | 0 | 54 | 420 | 25 | 56 |
| Binary | 1110111 | 1011100 | 10001110 | 10000 | 100011 | 0 | 101100 | 100010000 | 10101 | 101110 |
Color Harmonies of #775C8E
Complementary color
Monochromatic Colors of #775C8E
Black with #775C8E
Text Example
Text Example
White with #775C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C8E; }
p { color: rgb(119,92,142); }
H1.HeaderClassName
{
color: #775C8E;
}
.AnyTagClassName
{
color: #775C8E;
}
</style>
background-color css
<style>
a { background-color: #775C8E; }
a { background-color: rgb(119,92,142); }
div.DivClassName
{
background-color: #775C8E;
}
.BgClassName
{
background-color: #775C8E;
}
</style>
border-color css
<style>
span { border-color: #775C8E; }
span { border-color: rgb(119,92,142); }
td.TdClassName
{
border-color: #775C8E;
}
.TagClassName
{
border-color: #775C8E;
}
</style>