Shades of Affair #75577C
Tints of Affair #75577C
RGB
CMYK
RGB Variations
Color information
#75577C (or 0x75577C) is known color: Affair. HEX triplet: 75, 57 and 7C. RGB value is (117,87,124). Sum of RGB (Red+Green+Blue) = 117+87+124=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #75577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75577C is #8AA883. Grayscale: #646464. Windows color (decimal): -9087108 or 8148853. OLE color: 8148853.
HSL color Cylindrical-coordinate representation of color #75577C: hue angle of 288.65º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75577C is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 87 | 124 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.51 |
| HSL | 288.65º | 0.18% | 0.41% | - |
| HSV(B) | 288.65º | 0.3% | 0.49% | - |
| XYZ | 14.38 | 12.05 | 20.64 | - |
| YUV | 100.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 124 | 0.06 | 0.30 | 0 | 0.51 | 288.65 | 0.18 | 0.41 |
| Hex | 75 | 57 | 7C | 6 | 1E | 0 | 33 | 121 | 12 | 29 |
| Octal | 165 | 127 | 174 | 6 | 36 | 0 | 63 | 441 | 22 | 51 |
| Binary | 1110101 | 1010111 | 1111100 | 110 | 11110 | 0 | 110011 | 100100001 | 10010 | 101001 |
Color Harmonies of #75577C
Complementary color
Monochromatic Colors of #75577C
Black with #75577C
Text Example
Text Example
White with #75577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75577C; }
p { color: rgb(117,87,124); }
H1.HeaderClassName
{
color: #75577C;
}
.AnyTagClassName
{
color: #75577C;
}
</style>
background-color css
<style>
a { background-color: #75577C; }
a { background-color: rgb(117,87,124); }
div.DivClassName
{
background-color: #75577C;
}
.BgClassName
{
background-color: #75577C;
}
</style>
border-color css
<style>
span { border-color: #75577C; }
span { border-color: rgb(117,87,124); }
td.TdClassName
{
border-color: #75577C;
}
.TagClassName
{
border-color: #75577C;
}
</style>