Shades of Affair #775D8B
Tints of Affair #775D8B
RGB
CMYK
RGB Variations
Color information
#775D8B (or 0x775D8B) is known color: Affair. HEX triplet: 77, 5D and 8B. RGB value is (119,93,139). Sum of RGB (Red+Green+Blue) = 119+93+139=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #775D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775D8B is #88A274. Grayscale: #696969. Windows color (decimal): -8954485 or 9133431. OLE color: 9133431.
HSL color Cylindrical-coordinate representation of color #775D8B: hue angle of 273.91º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775D8B is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 93 | 139 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.45 |
| HSL | 273.91º | 0.2% | 0.45% | - |
| HSV(B) | 273.91º | 0.33% | 0.55% | - |
| XYZ | 16.18 | 13.61 | 26.2 | - |
| YUV | 106.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 139 | 0.14 | 0.33 | 0 | 0.45 | 273.91 | 0.2 | 0.45 |
| Hex | 77 | 5D | 8B | E | 21 | 0 | 2D | 112 | 14 | 2D |
| Octal | 167 | 135 | 213 | 16 | 41 | 0 | 55 | 422 | 24 | 55 |
| Binary | 1110111 | 1011101 | 10001011 | 1110 | 100001 | 0 | 101101 | 100010010 | 10100 | 101101 |
Color Harmonies of #775D8B
Complementary color
Monochromatic Colors of #775D8B
Black with #775D8B
Text Example
Text Example
White with #775D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775D8B; }
p { color: rgb(119,93,139); }
H1.HeaderClassName
{
color: #775D8B;
}
.AnyTagClassName
{
color: #775D8B;
}
</style>
background-color css
<style>
a { background-color: #775D8B; }
a { background-color: rgb(119,93,139); }
div.DivClassName
{
background-color: #775D8B;
}
.BgClassName
{
background-color: #775D8B;
}
</style>
border-color css
<style>
span { border-color: #775D8B; }
span { border-color: rgb(119,93,139); }
td.TdClassName
{
border-color: #775D8B;
}
.TagClassName
{
border-color: #775D8B;
}
</style>