Shades of Affair #775D80
Tints of Affair #775D80
RGB
CMYK
RGB Variations
Color information
#775D80 (or 0x775D80) is known color: Affair. HEX triplet: 77, 5D and 80. RGB value is (119,93,128). Sum of RGB (Red+Green+Blue) = 119+93+128=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #775D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775D80 is #88A27F. Grayscale: #686868. Windows color (decimal): -8954496 or 8412535. OLE color: 8412535.
HSL color Cylindrical-coordinate representation of color #775D80: hue angle of 284.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775D80 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 93 | 128 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.50 |
| HSL | 284.57º | 0.16% | 0.43% | - |
| HSV(B) | 284.57º | 0.27% | 0.5% | - |
| XYZ | 15.42 | 13.31 | 22.18 | - |
| YUV | 104.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 128 | 0.07 | 0.27 | 0 | 0.50 | 284.57 | 0.16 | 0.43 |
| Hex | 77 | 5D | 80 | 7 | 1B | 0 | 32 | 11D | 10 | 2B |
| Octal | 167 | 135 | 200 | 7 | 33 | 0 | 62 | 435 | 20 | 53 |
| Binary | 1110111 | 1011101 | 10000000 | 111 | 11011 | 0 | 110010 | 100011101 | 10000 | 101011 |
Color Harmonies of #775D80
Complementary color
Monochromatic Colors of #775D80
Black with #775D80
Text Example
Text Example
White with #775D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D80; }
p { color: rgb(119,93,128); }
H1.HeaderClassName
{
color: #775D80;
}
.AnyTagClassName
{
color: #775D80;
}
</style>
background-color css
<style>
a { background-color: #775D80; }
a { background-color: rgb(119,93,128); }
div.DivClassName
{
background-color: #775D80;
}
.BgClassName
{
background-color: #775D80;
}
</style>
border-color css
<style>
span { border-color: #775D80; }
span { border-color: rgb(119,93,128); }
td.TdClassName
{
border-color: #775D80;
}
.TagClassName
{
border-color: #775D80;
}
</style>