Shades of Affair #775F8B
Tints of Affair #775F8B
RGB
CMYK
RGB Variations
Color information
#775F8B (or 0x775F8B) is known color: Affair. HEX triplet: 77, 5F and 8B. RGB value is (119,95,139). Sum of RGB (Red+Green+Blue) = 119+95+139=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #775F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775F8B is #88A074. Grayscale: #6B6B6B. Windows color (decimal): -8953973 or 9133943. OLE color: 9133943.
HSL color Cylindrical-coordinate representation of color #775F8B: hue angle of 272.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775F8B is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 95 | 139 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.45 |
| HSL | 272.73º | 0.19% | 0.46% | - |
| HSV(B) | 272.73º | 0.32% | 0.55% | - |
| XYZ | 16.36 | 13.97 | 26.26 | - |
| YUV | 107.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 139 | 0.14 | 0.32 | 0 | 0.45 | 272.73 | 0.19 | 0.46 |
| Hex | 77 | 5F | 8B | E | 20 | 0 | 2D | 111 | 13 | 2E |
| Octal | 167 | 137 | 213 | 16 | 40 | 0 | 55 | 421 | 23 | 56 |
| Binary | 1110111 | 1011111 | 10001011 | 1110 | 100000 | 0 | 101101 | 100010001 | 10011 | 101110 |
Color Harmonies of #775F8B
Complementary color
Monochromatic Colors of #775F8B
Black with #775F8B
Text Example
Text Example
White with #775F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F8B; }
p { color: rgb(119,95,139); }
H1.HeaderClassName
{
color: #775F8B;
}
.AnyTagClassName
{
color: #775F8B;
}
</style>
background-color css
<style>
a { background-color: #775F8B; }
a { background-color: rgb(119,95,139); }
div.DivClassName
{
background-color: #775F8B;
}
.BgClassName
{
background-color: #775F8B;
}
</style>
border-color css
<style>
span { border-color: #775F8B; }
span { border-color: rgb(119,95,139); }
td.TdClassName
{
border-color: #775F8B;
}
.TagClassName
{
border-color: #775F8B;
}
</style>