Shades of Affair #74507C
Tints of Affair #74507C
RGB
CMYK
RGB Variations
Color information
#74507C (or 0x74507C) is known color: Affair. HEX triplet: 74, 50 and 7C. RGB value is (116,80,124). Sum of RGB (Red+Green+Blue) = 116+80+124=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #74507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74507C is #8BAF83. Grayscale: #5F5F5F. Windows color (decimal): -9154436 or 8147060. OLE color: 8147060.
HSL color Cylindrical-coordinate representation of color #74507C: hue angle of 289.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74507C is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 80 | 124 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.51 |
| HSL | 289.09º | 0.22% | 0.4% | - |
| HSV(B) | 289.09º | 0.35% | 0.49% | - |
| XYZ | 13.71 | 10.91 | 20.45 | - |
| YUV | 95.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 124 | 0.06 | 0.35 | 0 | 0.51 | 289.09 | 0.22 | 0.4 |
| Hex | 74 | 50 | 7C | 6 | 23 | 0 | 33 | 121 | 16 | 28 |
| Octal | 164 | 120 | 174 | 6 | 43 | 0 | 63 | 441 | 26 | 50 |
| Binary | 1110100 | 1010000 | 1111100 | 110 | 100011 | 0 | 110011 | 100100001 | 10110 | 101000 |
Color Harmonies of #74507C
Complementary color
Monochromatic Colors of #74507C
Black with #74507C
Text Example
Text Example
White with #74507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74507C; }
p { color: rgb(116,80,124); }
H1.HeaderClassName
{
color: #74507C;
}
.AnyTagClassName
{
color: #74507C;
}
</style>
background-color css
<style>
a { background-color: #74507C; }
a { background-color: rgb(116,80,124); }
div.DivClassName
{
background-color: #74507C;
}
.BgClassName
{
background-color: #74507C;
}
</style>
border-color css
<style>
span { border-color: #74507C; }
span { border-color: rgb(116,80,124); }
td.TdClassName
{
border-color: #74507C;
}
.TagClassName
{
border-color: #74507C;
}
</style>