Shades of Affair #75527B
Tints of Affair #75527B
RGB
CMYK
RGB Variations
Color information
#75527B (or 0x75527B) is known color: Affair. HEX triplet: 75, 52 and 7B. RGB value is (117,82,123). Sum of RGB (Red+Green+Blue) = 117+82+123=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #75527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75527B is #8AAD84. Grayscale: #616161. Windows color (decimal): -9088389 or 8082037. OLE color: 8082037.
HSL color Cylindrical-coordinate representation of color #75527B: hue angle of 291.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75527B is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 82 | 123 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.52 |
| HSL | 291.22º | 0.2% | 0.4% | - |
| HSV(B) | 291.22º | 0.33% | 0.48% | - |
| XYZ | 13.93 | 11.25 | 20.18 | - |
| YUV | 97.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 123 | 0.05 | 0.33 | 0 | 0.52 | 291.22 | 0.2 | 0.4 |
| Hex | 75 | 52 | 7B | 5 | 21 | 0 | 34 | 123 | 14 | 28 |
| Octal | 165 | 122 | 173 | 5 | 41 | 0 | 64 | 443 | 24 | 50 |
| Binary | 1110101 | 1010010 | 1111011 | 101 | 100001 | 0 | 110100 | 100100011 | 10100 | 101000 |
Color Harmonies of #75527B
Complementary color
Monochromatic Colors of #75527B
Black with #75527B
Text Example
Text Example
White with #75527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75527B; }
p { color: rgb(117,82,123); }
H1.HeaderClassName
{
color: #75527B;
}
.AnyTagClassName
{
color: #75527B;
}
</style>
background-color css
<style>
a { background-color: #75527B; }
a { background-color: rgb(117,82,123); }
div.DivClassName
{
background-color: #75527B;
}
.BgClassName
{
background-color: #75527B;
}
</style>
border-color css
<style>
span { border-color: #75527B; }
span { border-color: rgb(117,82,123); }
td.TdClassName
{
border-color: #75527B;
}
.TagClassName
{
border-color: #75527B;
}
</style>