Shades of Affair #745B83
Tints of Affair #745B83
RGB
CMYK
RGB Variations
Color information
#745B83 (or 0x745B83) is known color: Affair. HEX triplet: 74, 5B and 83. RGB value is (116,91,131). Sum of RGB (Red+Green+Blue) = 116+91+131=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #745B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B83 is #8BA47C. Grayscale: #666666. Windows color (decimal): -9151613 or 8608628. OLE color: 8608628.
HSL color Cylindrical-coordinate representation of color #745B83: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745B83 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 91 | 131 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.49 |
| HSL | 277.5º | 0.18% | 0.44% | - |
| HSV(B) | 277.5º | 0.31% | 0.51% | - |
| XYZ | 15.04 | 12.83 | 23.16 | - |
| YUV | 103.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 131 | 0.11 | 0.31 | 0 | 0.49 | 277.5 | 0.18 | 0.44 |
| Hex | 74 | 5B | 83 | B | 1F | 0 | 31 | 116 | 12 | 2C |
| Octal | 164 | 133 | 203 | 13 | 37 | 0 | 61 | 426 | 22 | 54 |
| Binary | 1110100 | 1011011 | 10000011 | 1011 | 11111 | 0 | 110001 | 100010110 | 10010 | 101100 |
Color Harmonies of #745B83
Complementary color
Monochromatic Colors of #745B83
Black with #745B83
Text Example
Text Example
White with #745B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B83; }
p { color: rgb(116,91,131); }
H1.HeaderClassName
{
color: #745B83;
}
.AnyTagClassName
{
color: #745B83;
}
</style>
background-color css
<style>
a { background-color: #745B83; }
a { background-color: rgb(116,91,131); }
div.DivClassName
{
background-color: #745B83;
}
.BgClassName
{
background-color: #745B83;
}
</style>
border-color css
<style>
span { border-color: #745B83; }
span { border-color: rgb(116,91,131); }
td.TdClassName
{
border-color: #745B83;
}
.TagClassName
{
border-color: #745B83;
}
</style>