Shades of Affair #775D84
Tints of Affair #775D84
RGB
CMYK
RGB Variations
Color information
#775D84 (or 0x775D84) is known color: Affair. HEX triplet: 77, 5D and 84. RGB value is (119,93,132). Sum of RGB (Red+Green+Blue) = 119+93+132=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #775D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775D84 is #88A27B. Grayscale: #696969. Windows color (decimal): -8954492 or 8674679. OLE color: 8674679.
HSL color Cylindrical-coordinate representation of color #775D84: hue angle of 280º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775D84 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 93 | 132 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.48 |
| HSL | 280º | 0.17% | 0.44% | - |
| HSV(B) | 280º | 0.3% | 0.52% | - |
| XYZ | 15.69 | 13.42 | 23.59 | - |
| YUV | 105.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 132 | 0.10 | 0.30 | 0 | 0.48 | 280 | 0.17 | 0.44 |
| Hex | 77 | 5D | 84 | A | 1E | 0 | 30 | 118 | 11 | 2C |
| Octal | 167 | 135 | 204 | 12 | 36 | 0 | 60 | 430 | 21 | 54 |
| Binary | 1110111 | 1011101 | 10000100 | 1010 | 11110 | 0 | 110000 | 100011000 | 10001 | 101100 |
Color Harmonies of #775D84
Complementary color
Monochromatic Colors of #775D84
Black with #775D84
Text Example
Text Example
White with #775D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D84; }
p { color: rgb(119,93,132); }
H1.HeaderClassName
{
color: #775D84;
}
.AnyTagClassName
{
color: #775D84;
}
</style>
background-color css
<style>
a { background-color: #775D84; }
a { background-color: rgb(119,93,132); }
div.DivClassName
{
background-color: #775D84;
}
.BgClassName
{
background-color: #775D84;
}
</style>
border-color css
<style>
span { border-color: #775D84; }
span { border-color: rgb(119,93,132); }
td.TdClassName
{
border-color: #775D84;
}
.TagClassName
{
border-color: #775D84;
}
</style>