Shades of Affair #745B81
Tints of Affair #745B81
RGB
CMYK
RGB Variations
Color information
#745B81 (or 0x745B81) is known color: Affair. HEX triplet: 74, 5B and 81. RGB value is (116,91,129). Sum of RGB (Red+Green+Blue) = 116+91+129=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #745B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B81 is #8BA47E. Grayscale: #666666. Windows color (decimal): -9151615 or 8477556. OLE color: 8477556.
HSL color Cylindrical-coordinate representation of color #745B81: hue angle of 279.47º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745B81 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 91 | 129 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.49 |
| HSL | 279.47º | 0.17% | 0.43% | - |
| HSV(B) | 279.47º | 0.29% | 0.51% | - |
| XYZ | 14.91 | 12.78 | 22.45 | - |
| YUV | 102.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 129 | 0.10 | 0.29 | 0 | 0.49 | 279.47 | 0.17 | 0.43 |
| Hex | 74 | 5B | 81 | A | 1D | 0 | 31 | 117 | 11 | 2B |
| Octal | 164 | 133 | 201 | 12 | 35 | 0 | 61 | 427 | 21 | 53 |
| Binary | 1110100 | 1011011 | 10000001 | 1010 | 11101 | 0 | 110001 | 100010111 | 10001 | 101011 |
Color Harmonies of #745B81
Complementary color
Monochromatic Colors of #745B81
Black with #745B81
Text Example
Text Example
White with #745B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B81; }
p { color: rgb(116,91,129); }
H1.HeaderClassName
{
color: #745B81;
}
.AnyTagClassName
{
color: #745B81;
}
</style>
background-color css
<style>
a { background-color: #745B81; }
a { background-color: rgb(116,91,129); }
div.DivClassName
{
background-color: #745B81;
}
.BgClassName
{
background-color: #745B81;
}
</style>
border-color css
<style>
span { border-color: #745B81; }
span { border-color: rgb(116,91,129); }
td.TdClassName
{
border-color: #745B81;
}
.TagClassName
{
border-color: #745B81;
}
</style>