Shades of Affair #75557D
Tints of Affair #75557D
RGB
CMYK
RGB Variations
Color information
#75557D (or 0x75557D) is known color: Affair. HEX triplet: 75, 55 and 7D. RGB value is (117,85,125). Sum of RGB (Red+Green+Blue) = 117+85+125=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #75557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75557D is #8AAA82. Grayscale: #636363. Windows color (decimal): -9087619 or 8213877. OLE color: 8213877.
HSL color Cylindrical-coordinate representation of color #75557D: hue angle of 288º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75557D is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 85 | 125 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.51 |
| HSL | 288º | 0.19% | 0.41% | - |
| HSV(B) | 288º | 0.32% | 0.49% | - |
| XYZ | 14.29 | 11.76 | 20.92 | - |
| YUV | 99.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 125 | 0.06 | 0.32 | 0 | 0.51 | 288 | 0.19 | 0.41 |
| Hex | 75 | 55 | 7D | 6 | 20 | 0 | 33 | 120 | 13 | 29 |
| Octal | 165 | 125 | 175 | 6 | 40 | 0 | 63 | 440 | 23 | 51 |
| Binary | 1110101 | 1010101 | 1111101 | 110 | 100000 | 0 | 110011 | 100100000 | 10011 | 101001 |
Color Harmonies of #75557D
Complementary color
Monochromatic Colors of #75557D
Black with #75557D
Text Example
Text Example
White with #75557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75557D; }
p { color: rgb(117,85,125); }
H1.HeaderClassName
{
color: #75557D;
}
.AnyTagClassName
{
color: #75557D;
}
</style>
background-color css
<style>
a { background-color: #75557D; }
a { background-color: rgb(117,85,125); }
div.DivClassName
{
background-color: #75557D;
}
.BgClassName
{
background-color: #75557D;
}
</style>
border-color css
<style>
span { border-color: #75557D; }
span { border-color: rgb(117,85,125); }
td.TdClassName
{
border-color: #75557D;
}
.TagClassName
{
border-color: #75557D;
}
</style>