Shades of Affair #775C88
Tints of Affair #775C88
RGB
CMYK
RGB Variations
Color information
#775C88 (or 0x775C88) is known color: Affair. HEX triplet: 77, 5C and 88. RGB value is (119,92,136). Sum of RGB (Red+Green+Blue) = 119+92+136=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #775C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C88 is #88A377. Grayscale: #686868. Windows color (decimal): -8954744 or 8936567. OLE color: 8936567.
HSL color Cylindrical-coordinate representation of color #775C88: hue angle of 276.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775C88 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 92 | 136 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.47 |
| HSL | 276.82º | 0.19% | 0.45% | - |
| HSV(B) | 276.82º | 0.32% | 0.53% | - |
| XYZ | 15.88 | 13.35 | 25.03 | - |
| YUV | 105.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 136 | 0.12 | 0.32 | 0 | 0.47 | 276.82 | 0.19 | 0.45 |
| Hex | 77 | 5C | 88 | C | 20 | 0 | 2F | 115 | 13 | 2D |
| Octal | 167 | 134 | 210 | 14 | 40 | 0 | 57 | 425 | 23 | 55 |
| Binary | 1110111 | 1011100 | 10001000 | 1100 | 100000 | 0 | 101111 | 100010101 | 10011 | 101101 |
Color Harmonies of #775C88
Complementary color
Monochromatic Colors of #775C88
Black with #775C88
Text Example
Text Example
White with #775C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C88; }
p { color: rgb(119,92,136); }
H1.HeaderClassName
{
color: #775C88;
}
.AnyTagClassName
{
color: #775C88;
}
</style>
background-color css
<style>
a { background-color: #775C88; }
a { background-color: rgb(119,92,136); }
div.DivClassName
{
background-color: #775C88;
}
.BgClassName
{
background-color: #775C88;
}
</style>
border-color css
<style>
span { border-color: #775C88; }
span { border-color: rgb(119,92,136); }
td.TdClassName
{
border-color: #775C88;
}
.TagClassName
{
border-color: #775C88;
}
</style>