Shades of Affair #75547D
Tints of Affair #75547D
RGB
CMYK
RGB Variations
Color information
#75547D (or 0x75547D) is known color: Affair. HEX triplet: 75, 54 and 7D. RGB value is (117,84,125). Sum of RGB (Red+Green+Blue) = 117+84+125=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #75547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75547D is #8AAB82. Grayscale: #626262. Windows color (decimal): -9087875 or 8213621. OLE color: 8213621.
HSL color Cylindrical-coordinate representation of color #75547D: hue angle of 288.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75547D is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 84 | 125 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.51 |
| HSL | 288.29º | 0.2% | 0.41% | - |
| HSV(B) | 288.29º | 0.33% | 0.49% | - |
| XYZ | 14.21 | 11.6 | 20.89 | - |
| YUV | 98.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 125 | 0.06 | 0.33 | 0 | 0.51 | 288.29 | 0.2 | 0.41 |
| Hex | 75 | 54 | 7D | 6 | 21 | 0 | 33 | 120 | 14 | 29 |
| Octal | 165 | 124 | 175 | 6 | 41 | 0 | 63 | 440 | 24 | 51 |
| Binary | 1110101 | 1010100 | 1111101 | 110 | 100001 | 0 | 110011 | 100100000 | 10100 | 101001 |
Color Harmonies of #75547D
Complementary color
Monochromatic Colors of #75547D
Black with #75547D
Text Example
Text Example
White with #75547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75547D; }
p { color: rgb(117,84,125); }
H1.HeaderClassName
{
color: #75547D;
}
.AnyTagClassName
{
color: #75547D;
}
</style>
background-color css
<style>
a { background-color: #75547D; }
a { background-color: rgb(117,84,125); }
div.DivClassName
{
background-color: #75547D;
}
.BgClassName
{
background-color: #75547D;
}
</style>
border-color css
<style>
span { border-color: #75547D; }
span { border-color: rgb(117,84,125); }
td.TdClassName
{
border-color: #75547D;
}
.TagClassName
{
border-color: #75547D;
}
</style>