Shades of Affair #76558B
Tints of Affair #76558B
RGB
CMYK
RGB Variations
Color information
#76558B (or 0x76558B) is known color: Affair. HEX triplet: 76, 55 and 8B. RGB value is (118,85,139). Sum of RGB (Red+Green+Blue) = 118+85+139=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #76558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76558B is #89AA74. Grayscale: #646464. Windows color (decimal): -9022069 or 9131382. OLE color: 9131382.
HSL color Cylindrical-coordinate representation of color #76558B: hue angle of 276.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76558B is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 85 | 139 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.45 |
| HSL | 276.67º | 0.24% | 0.44% | - |
| HSV(B) | 276.67º | 0.39% | 0.55% | - |
| XYZ | 15.38 | 12.21 | 25.97 | - |
| YUV | 101.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 139 | 0.15 | 0.39 | 0 | 0.45 | 276.67 | 0.24 | 0.44 |
| Hex | 76 | 55 | 8B | F | 27 | 0 | 2D | 115 | 18 | 2C |
| Octal | 166 | 125 | 213 | 17 | 47 | 0 | 55 | 425 | 30 | 54 |
| Binary | 1110110 | 1010101 | 10001011 | 1111 | 100111 | 0 | 101101 | 100010101 | 11000 | 101100 |
Color Harmonies of #76558B
Complementary color
Monochromatic Colors of #76558B
Black with #76558B
Text Example
Text Example
White with #76558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76558B; }
p { color: rgb(118,85,139); }
H1.HeaderClassName
{
color: #76558B;
}
.AnyTagClassName
{
color: #76558B;
}
</style>
background-color css
<style>
a { background-color: #76558B; }
a { background-color: rgb(118,85,139); }
div.DivClassName
{
background-color: #76558B;
}
.BgClassName
{
background-color: #76558B;
}
</style>
border-color css
<style>
span { border-color: #76558B; }
span { border-color: rgb(118,85,139); }
td.TdClassName
{
border-color: #76558B;
}
.TagClassName
{
border-color: #76558B;
}
</style>