Shades of Affair #75547F
Tints of Affair #75547F
RGB
CMYK
RGB Variations
Color information
#75547F (or 0x75547F) is known color: Affair. HEX triplet: 75, 54 and 7F. RGB value is (117,84,127). Sum of RGB (Red+Green+Blue) = 117+84+127=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #75547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75547F is #8AAB80. Grayscale: #626262. Windows color (decimal): -9087873 or 8344693. OLE color: 8344693.
HSL color Cylindrical-coordinate representation of color #75547F: hue angle of 286.05º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75547F is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 84 | 127 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.50 |
| HSL | 286.05º | 0.2% | 0.41% | - |
| HSV(B) | 286.05º | 0.34% | 0.5% | - |
| XYZ | 14.34 | 11.65 | 21.57 | - |
| YUV | 98.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 127 | 0.08 | 0.34 | 0 | 0.50 | 286.05 | 0.2 | 0.41 |
| Hex | 75 | 54 | 7F | 8 | 22 | 0 | 32 | 11E | 14 | 29 |
| Octal | 165 | 124 | 177 | 10 | 42 | 0 | 62 | 436 | 24 | 51 |
| Binary | 1110101 | 1010100 | 1111111 | 1000 | 100010 | 0 | 110010 | 100011110 | 10100 | 101001 |
Color Harmonies of #75547F
Complementary color
Monochromatic Colors of #75547F
Black with #75547F
Text Example
Text Example
White with #75547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75547F; }
p { color: rgb(117,84,127); }
H1.HeaderClassName
{
color: #75547F;
}
.AnyTagClassName
{
color: #75547F;
}
</style>
background-color css
<style>
a { background-color: #75547F; }
a { background-color: rgb(117,84,127); }
div.DivClassName
{
background-color: #75547F;
}
.BgClassName
{
background-color: #75547F;
}
</style>
border-color css
<style>
span { border-color: #75547F; }
span { border-color: rgb(117,84,127); }
td.TdClassName
{
border-color: #75547F;
}
.TagClassName
{
border-color: #75547F;
}
</style>