Shades of Affair #74507A
Tints of Affair #74507A
RGB
CMYK
RGB Variations
Color information
#74507A (or 0x74507A) is known color: Affair. HEX triplet: 74, 50 and 7A. RGB value is (116,80,122). Sum of RGB (Red+Green+Blue) = 116+80+122=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 122 - color contains mainly: blue. Hex color #74507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74507A is #8BAF85. Grayscale: #5F5F5F. Windows color (decimal): -9154438 or 8015988. OLE color: 8015988.
HSL color Cylindrical-coordinate representation of color #74507A: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74507A is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 80 | 122 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.52 |
| HSL | 291.43º | 0.21% | 0.4% | - |
| HSV(B) | 291.43º | 0.34% | 0.48% | - |
| XYZ | 13.58 | 10.86 | 19.79 | - |
| YUV | 95.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 122 | 0.05 | 0.34 | 0 | 0.52 | 291.43 | 0.21 | 0.4 |
| Hex | 74 | 50 | 7A | 5 | 22 | 0 | 34 | 123 | 15 | 28 |
| Octal | 164 | 120 | 172 | 5 | 42 | 0 | 64 | 443 | 25 | 50 |
| Binary | 1110100 | 1010000 | 1111010 | 101 | 100010 | 0 | 110100 | 100100011 | 10101 | 101000 |
Color Harmonies of #74507A
Complementary color
Monochromatic Colors of #74507A
Black with #74507A
Text Example
Text Example
White with #74507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74507A; }
p { color: rgb(116,80,122); }
H1.HeaderClassName
{
color: #74507A;
}
.AnyTagClassName
{
color: #74507A;
}
</style>
background-color css
<style>
a { background-color: #74507A; }
a { background-color: rgb(116,80,122); }
div.DivClassName
{
background-color: #74507A;
}
.BgClassName
{
background-color: #74507A;
}
</style>
border-color css
<style>
span { border-color: #74507A; }
span { border-color: rgb(116,80,122); }
td.TdClassName
{
border-color: #74507A;
}
.TagClassName
{
border-color: #74507A;
}
</style>