Shades of Affair #76578B
Tints of Affair #76578B
RGB
CMYK
RGB Variations
Color information
#76578B (or 0x76578B) is known color: Affair. HEX triplet: 76, 57 and 8B. RGB value is (118,87,139). Sum of RGB (Red+Green+Blue) = 118+87+139=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #76578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76578B is #89A874. Grayscale: #666666. Windows color (decimal): -9021557 or 9131894. OLE color: 9131894.
HSL color Cylindrical-coordinate representation of color #76578B: hue angle of 275.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76578B is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 87 | 139 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.45 |
| HSL | 275.77º | 0.23% | 0.44% | - |
| HSV(B) | 275.77º | 0.37% | 0.55% | - |
| XYZ | 15.54 | 12.53 | 26.03 | - |
| YUV | 102.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 139 | 0.15 | 0.37 | 0 | 0.45 | 275.77 | 0.23 | 0.44 |
| Hex | 76 | 57 | 8B | F | 25 | 0 | 2D | 114 | 17 | 2C |
| Octal | 166 | 127 | 213 | 17 | 45 | 0 | 55 | 424 | 27 | 54 |
| Binary | 1110110 | 1010111 | 10001011 | 1111 | 100101 | 0 | 101101 | 100010100 | 10111 | 101100 |
Color Harmonies of #76578B
Complementary color
Monochromatic Colors of #76578B
Black with #76578B
Text Example
Text Example
White with #76578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76578B; }
p { color: rgb(118,87,139); }
H1.HeaderClassName
{
color: #76578B;
}
.AnyTagClassName
{
color: #76578B;
}
</style>
background-color css
<style>
a { background-color: #76578B; }
a { background-color: rgb(118,87,139); }
div.DivClassName
{
background-color: #76578B;
}
.BgClassName
{
background-color: #76578B;
}
</style>
border-color css
<style>
span { border-color: #76578B; }
span { border-color: rgb(118,87,139); }
td.TdClassName
{
border-color: #76578B;
}
.TagClassName
{
border-color: #76578B;
}
</style>