Shades of Affair #77558B
Tints of Affair #77558B
RGB
CMYK
RGB Variations
Color information
#77558B (or 0x77558B) is known color: Affair. HEX triplet: 77, 55 and 8B. RGB value is (119,85,139). Sum of RGB (Red+Green+Blue) = 119+85+139=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #77558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77558B is #88AA74. Grayscale: #656565. Windows color (decimal): -8956533 or 9131383. OLE color: 9131383.
HSL color Cylindrical-coordinate representation of color #77558B: hue angle of 277.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77558B is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 85 | 139 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.45 |
| HSL | 277.78º | 0.24% | 0.44% | - |
| HSV(B) | 277.78º | 0.39% | 0.55% | - |
| XYZ | 15.52 | 12.28 | 25.98 | - |
| YUV | 101.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 139 | 0.14 | 0.39 | 0 | 0.45 | 277.78 | 0.24 | 0.44 |
| Hex | 77 | 55 | 8B | E | 27 | 0 | 2D | 116 | 18 | 2C |
| Octal | 167 | 125 | 213 | 16 | 47 | 0 | 55 | 426 | 30 | 54 |
| Binary | 1110111 | 1010101 | 10001011 | 1110 | 100111 | 0 | 101101 | 100010110 | 11000 | 101100 |
Color Harmonies of #77558B
Complementary color
Monochromatic Colors of #77558B
Black with #77558B
Text Example
Text Example
White with #77558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77558B; }
p { color: rgb(119,85,139); }
H1.HeaderClassName
{
color: #77558B;
}
.AnyTagClassName
{
color: #77558B;
}
</style>
background-color css
<style>
a { background-color: #77558B; }
a { background-color: rgb(119,85,139); }
div.DivClassName
{
background-color: #77558B;
}
.BgClassName
{
background-color: #77558B;
}
</style>
border-color css
<style>
span { border-color: #77558B; }
span { border-color: rgb(119,85,139); }
td.TdClassName
{
border-color: #77558B;
}
.TagClassName
{
border-color: #77558B;
}
</style>