Shades of Affair #745C8A
Tints of Affair #745C8A
RGB
CMYK
RGB Variations
Color information
#745C8A (or 0x745C8A) is known color: Affair. HEX triplet: 74, 5C and 8A. RGB value is (116,92,138). Sum of RGB (Red+Green+Blue) = 116+92+138=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #745C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C8A is #8BA375. Grayscale: #686868. Windows color (decimal): -9151350 or 9067636. OLE color: 9067636.
HSL color Cylindrical-coordinate representation of color #745C8A: hue angle of 271.3º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745C8A is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 92 | 138 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.46 |
| HSL | 271.3º | 0.2% | 0.45% | - |
| HSV(B) | 271.3º | 0.33% | 0.54% | - |
| XYZ | 15.62 | 13.2 | 25.77 | - |
| YUV | 104.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 138 | 0.16 | 0.33 | 0 | 0.46 | 271.3 | 0.2 | 0.45 |
| Hex | 74 | 5C | 8A | 10 | 21 | 0 | 2E | 10F | 14 | 2D |
| Octal | 164 | 134 | 212 | 20 | 41 | 0 | 56 | 417 | 24 | 55 |
| Binary | 1110100 | 1011100 | 10001010 | 10000 | 100001 | 0 | 101110 | 100001111 | 10100 | 101101 |
Color Harmonies of #745C8A
Complementary color
Monochromatic Colors of #745C8A
Black with #745C8A
Text Example
Text Example
White with #745C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C8A; }
p { color: rgb(116,92,138); }
H1.HeaderClassName
{
color: #745C8A;
}
.AnyTagClassName
{
color: #745C8A;
}
</style>
background-color css
<style>
a { background-color: #745C8A; }
a { background-color: rgb(116,92,138); }
div.DivClassName
{
background-color: #745C8A;
}
.BgClassName
{
background-color: #745C8A;
}
</style>
border-color css
<style>
span { border-color: #745C8A; }
span { border-color: rgb(116,92,138); }
td.TdClassName
{
border-color: #745C8A;
}
.TagClassName
{
border-color: #745C8A;
}
</style>