Shades of Affair #74537C
Tints of Affair #74537C
RGB
CMYK
RGB Variations
Color information
#74537C (or 0x74537C) is known color: Affair. HEX triplet: 74, 53 and 7C. RGB value is (116,83,124). Sum of RGB (Red+Green+Blue) = 116+83+124=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #74537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74537C is #8BAC83. Grayscale: #616161. Windows color (decimal): -9153668 or 8147828. OLE color: 8147828.
HSL color Cylindrical-coordinate representation of color #74537C: 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 #74537C is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 83 | 124 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.51 |
| HSL | 288.29º | 0.2% | 0.41% | - |
| HSV(B) | 288.29º | 0.33% | 0.49% | - |
| XYZ | 13.93 | 11.35 | 20.53 | - |
| YUV | 97.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 124 | 0.06 | 0.33 | 0 | 0.51 | 288.29 | 0.2 | 0.41 |
| Hex | 74 | 53 | 7C | 6 | 21 | 0 | 33 | 120 | 14 | 29 |
| Octal | 164 | 123 | 174 | 6 | 41 | 0 | 63 | 440 | 24 | 51 |
| Binary | 1110100 | 1010011 | 1111100 | 110 | 100001 | 0 | 110011 | 100100000 | 10100 | 101001 |
Color Harmonies of #74537C
Complementary color
Monochromatic Colors of #74537C
Black with #74537C
Text Example
Text Example
White with #74537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74537C; }
p { color: rgb(116,83,124); }
H1.HeaderClassName
{
color: #74537C;
}
.AnyTagClassName
{
color: #74537C;
}
</style>
background-color css
<style>
a { background-color: #74537C; }
a { background-color: rgb(116,83,124); }
div.DivClassName
{
background-color: #74537C;
}
.BgClassName
{
background-color: #74537C;
}
</style>
border-color css
<style>
span { border-color: #74537C; }
span { border-color: rgb(116,83,124); }
td.TdClassName
{
border-color: #74537C;
}
.TagClassName
{
border-color: #74537C;
}
</style>