Shades of Affair #745D85
Tints of Affair #745D85
RGB
CMYK
RGB Variations
Color information
#745D85 (or 0x745D85) is known color: Affair. HEX triplet: 74, 5D and 85. RGB value is (116,93,133). Sum of RGB (Red+Green+Blue) = 116+93+133=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #745D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D85 is #8BA27A. Grayscale: #686868. Windows color (decimal): -9151099 or 8740212. OLE color: 8740212.
HSL color Cylindrical-coordinate representation of color #745D85: hue angle of 274.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745D85 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 93 | 133 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.48 |
| HSL | 274.5º | 0.18% | 0.44% | - |
| HSV(B) | 274.5º | 0.3% | 0.52% | - |
| XYZ | 15.35 | 13.24 | 23.94 | - |
| YUV | 104.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 133 | 0.13 | 0.30 | 0 | 0.48 | 274.5 | 0.18 | 0.44 |
| Hex | 74 | 5D | 85 | D | 1E | 0 | 30 | 112 | 12 | 2C |
| Octal | 164 | 135 | 205 | 15 | 36 | 0 | 60 | 422 | 22 | 54 |
| Binary | 1110100 | 1011101 | 10000101 | 1101 | 11110 | 0 | 110000 | 100010010 | 10010 | 101100 |
Color Harmonies of #745D85
Complementary color
Monochromatic Colors of #745D85
Black with #745D85
Text Example
Text Example
White with #745D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D85; }
p { color: rgb(116,93,133); }
H1.HeaderClassName
{
color: #745D85;
}
.AnyTagClassName
{
color: #745D85;
}
</style>
background-color css
<style>
a { background-color: #745D85; }
a { background-color: rgb(116,93,133); }
div.DivClassName
{
background-color: #745D85;
}
.BgClassName
{
background-color: #745D85;
}
</style>
border-color css
<style>
span { border-color: #745D85; }
span { border-color: rgb(116,93,133); }
td.TdClassName
{
border-color: #745D85;
}
.TagClassName
{
border-color: #745D85;
}
</style>