Shades of Affair #775A88
Tints of Affair #775A88
RGB
CMYK
RGB Variations
Color information
#775A88 (or 0x775A88) is known color: Affair. HEX triplet: 77, 5A and 88. RGB value is (119,90,136). Sum of RGB (Red+Green+Blue) = 119+90+136=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #775A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A88 is #88A577. Grayscale: #676767. Windows color (decimal): -8955256 or 8936055. OLE color: 8936055.
HSL color Cylindrical-coordinate representation of color #775A88: hue angle of 277.83º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775A88 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 90 | 136 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.47 |
| HSL | 277.83º | 0.2% | 0.44% | - |
| HSV(B) | 277.83º | 0.34% | 0.53% | - |
| XYZ | 15.71 | 13.01 | 24.98 | - |
| YUV | 103.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 136 | 0.12 | 0.34 | 0 | 0.47 | 277.83 | 0.2 | 0.44 |
| Hex | 77 | 5A | 88 | C | 22 | 0 | 2F | 116 | 14 | 2C |
| Octal | 167 | 132 | 210 | 14 | 42 | 0 | 57 | 426 | 24 | 54 |
| Binary | 1110111 | 1011010 | 10001000 | 1100 | 100010 | 0 | 101111 | 100010110 | 10100 | 101100 |
Color Harmonies of #775A88
Complementary color
Monochromatic Colors of #775A88
Black with #775A88
Text Example
Text Example
White with #775A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A88; }
p { color: rgb(119,90,136); }
H1.HeaderClassName
{
color: #775A88;
}
.AnyTagClassName
{
color: #775A88;
}
</style>
background-color css
<style>
a { background-color: #775A88; }
a { background-color: rgb(119,90,136); }
div.DivClassName
{
background-color: #775A88;
}
.BgClassName
{
background-color: #775A88;
}
</style>
border-color css
<style>
span { border-color: #775A88; }
span { border-color: rgb(119,90,136); }
td.TdClassName
{
border-color: #775A88;
}
.TagClassName
{
border-color: #775A88;
}
</style>