Shades of Affair #75507A
Tints of Affair #75507A
RGB
CMYK
RGB Variations
Color information
#75507A (or 0x75507A) is known color: Affair. HEX triplet: 75, 50 and 7A. RGB value is (117,80,122). Sum of RGB (Red+Green+Blue) = 117+80+122=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #75507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75507A is #8AAF85. Grayscale: #5F5F5F. Windows color (decimal): -9088902 or 8015989. OLE color: 8015989.
HSL color Cylindrical-coordinate representation of color #75507A: hue angle of 292.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75507A is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 80 | 122 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.52 |
| HSL | 292.86º | 0.21% | 0.4% | - |
| HSV(B) | 292.86º | 0.34% | 0.48% | - |
| XYZ | 13.72 | 10.92 | 19.8 | - |
| YUV | 95.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 122 | 0.04 | 0.34 | 0 | 0.52 | 292.86 | 0.21 | 0.4 |
| Hex | 75 | 50 | 7A | 4 | 22 | 0 | 34 | 125 | 15 | 28 |
| Octal | 165 | 120 | 172 | 4 | 42 | 0 | 64 | 445 | 25 | 50 |
| Binary | 1110101 | 1010000 | 1111010 | 100 | 100010 | 0 | 110100 | 100100101 | 10101 | 101000 |
Color Harmonies of #75507A
Complementary color
Monochromatic Colors of #75507A
Black with #75507A
Text Example
Text Example
White with #75507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75507A; }
p { color: rgb(117,80,122); }
H1.HeaderClassName
{
color: #75507A;
}
.AnyTagClassName
{
color: #75507A;
}
</style>
background-color css
<style>
a { background-color: #75507A; }
a { background-color: rgb(117,80,122); }
div.DivClassName
{
background-color: #75507A;
}
.BgClassName
{
background-color: #75507A;
}
</style>
border-color css
<style>
span { border-color: #75507A; }
span { border-color: rgb(117,80,122); }
td.TdClassName
{
border-color: #75507A;
}
.TagClassName
{
border-color: #75507A;
}
</style>