Shades of Affair #77588C
Tints of Affair #77588C
RGB
CMYK
RGB Variations
Color information
#77588C (or 0x77588C) is known color: Affair. HEX triplet: 77, 58 and 8C. RGB value is (119,88,140). Sum of RGB (Red+Green+Blue) = 119+88+140=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #77588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77588C is #88A773. Grayscale: #676767. Windows color (decimal): -8955764 or 9197687. OLE color: 9197687.
HSL color Cylindrical-coordinate representation of color #77588C: hue angle of 275.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77588C is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 88 | 140 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.45 |
| HSL | 275.77º | 0.23% | 0.45% | - |
| HSV(B) | 275.77º | 0.37% | 0.55% | - |
| XYZ | 15.83 | 12.79 | 26.45 | - |
| YUV | 103.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 140 | 0.15 | 0.37 | 0 | 0.45 | 275.77 | 0.23 | 0.45 |
| Hex | 77 | 58 | 8C | F | 25 | 0 | 2D | 114 | 17 | 2D |
| Octal | 167 | 130 | 214 | 17 | 45 | 0 | 55 | 424 | 27 | 55 |
| Binary | 1110111 | 1011000 | 10001100 | 1111 | 100101 | 0 | 101101 | 100010100 | 10111 | 101101 |
Color Harmonies of #77588C
Complementary color
Monochromatic Colors of #77588C
Black with #77588C
Text Example
Text Example
White with #77588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77588C; }
p { color: rgb(119,88,140); }
H1.HeaderClassName
{
color: #77588C;
}
.AnyTagClassName
{
color: #77588C;
}
</style>
background-color css
<style>
a { background-color: #77588C; }
a { background-color: rgb(119,88,140); }
div.DivClassName
{
background-color: #77588C;
}
.BgClassName
{
background-color: #77588C;
}
</style>
border-color css
<style>
span { border-color: #77588C; }
span { border-color: rgb(119,88,140); }
td.TdClassName
{
border-color: #77588C;
}
.TagClassName
{
border-color: #77588C;
}
</style>