Shades of Affair #745C89
Tints of Affair #745C89
RGB
CMYK
RGB Variations
Color information
#745C89 (or 0x745C89) is known color: Affair. HEX triplet: 74, 5C and 89. RGB value is (116,92,137). Sum of RGB (Red+Green+Blue) = 116+92+137=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #745C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C89 is #8BA376. Grayscale: #686868. Windows color (decimal): -9151351 or 9002100. OLE color: 9002100.
HSL color Cylindrical-coordinate representation of color #745C89: hue angle of 272º 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 #745C89 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 92 | 137 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.46 |
| HSL | 272º | 0.2% | 0.45% | - |
| HSV(B) | 272º | 0.33% | 0.54% | - |
| XYZ | 15.54 | 13.17 | 25.39 | - |
| YUV | 104.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 137 | 0.15 | 0.33 | 0 | 0.46 | 272 | 0.2 | 0.45 |
| Hex | 74 | 5C | 89 | F | 21 | 0 | 2E | 110 | 14 | 2D |
| Octal | 164 | 134 | 211 | 17 | 41 | 0 | 56 | 420 | 24 | 55 |
| Binary | 1110100 | 1011100 | 10001001 | 1111 | 100001 | 0 | 101110 | 100010000 | 10100 | 101101 |
Color Harmonies of #745C89
Complementary color
Monochromatic Colors of #745C89
Black with #745C89
Text Example
Text Example
White with #745C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C89; }
p { color: rgb(116,92,137); }
H1.HeaderClassName
{
color: #745C89;
}
.AnyTagClassName
{
color: #745C89;
}
</style>
background-color css
<style>
a { background-color: #745C89; }
a { background-color: rgb(116,92,137); }
div.DivClassName
{
background-color: #745C89;
}
.BgClassName
{
background-color: #745C89;
}
</style>
border-color css
<style>
span { border-color: #745C89; }
span { border-color: rgb(116,92,137); }
td.TdClassName
{
border-color: #745C89;
}
.TagClassName
{
border-color: #745C89;
}
</style>