Shades of Affair #75557B
Tints of Affair #75557B
RGB
CMYK
RGB Variations
Color information
#75557B (or 0x75557B) is known color: Affair. HEX triplet: 75, 55 and 7B. RGB value is (117,85,123). Sum of RGB (Red+Green+Blue) = 117+85+123=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #75557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75557B is #8AAA84. Grayscale: #626262. Windows color (decimal): -9087621 or 8082805. OLE color: 8082805.
HSL color Cylindrical-coordinate representation of color #75557B: hue angle of 290.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75557B is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 85 | 123 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.52 |
| HSL | 290.53º | 0.18% | 0.41% | - |
| HSV(B) | 290.53º | 0.31% | 0.48% | - |
| XYZ | 14.16 | 11.71 | 20.25 | - |
| YUV | 98.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 123 | 0.05 | 0.31 | 0 | 0.52 | 290.53 | 0.18 | 0.41 |
| Hex | 75 | 55 | 7B | 5 | 1F | 0 | 34 | 123 | 12 | 29 |
| Octal | 165 | 125 | 173 | 5 | 37 | 0 | 64 | 443 | 22 | 51 |
| Binary | 1110101 | 1010101 | 1111011 | 101 | 11111 | 0 | 110100 | 100100011 | 10010 | 101001 |
Color Harmonies of #75557B
Complementary color
Monochromatic Colors of #75557B
Black with #75557B
Text Example
Text Example
White with #75557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75557B; }
p { color: rgb(117,85,123); }
H1.HeaderClassName
{
color: #75557B;
}
.AnyTagClassName
{
color: #75557B;
}
</style>
background-color css
<style>
a { background-color: #75557B; }
a { background-color: rgb(117,85,123); }
div.DivClassName
{
background-color: #75557B;
}
.BgClassName
{
background-color: #75557B;
}
</style>
border-color css
<style>
span { border-color: #75557B; }
span { border-color: rgb(117,85,123); }
td.TdClassName
{
border-color: #75557B;
}
.TagClassName
{
border-color: #75557B;
}
</style>