Shades of Affair #76548B
Tints of Affair #76548B
RGB
CMYK
RGB Variations
Color information
#76548B (or 0x76548B) is known color: Affair. HEX triplet: 76, 54 and 8B. RGB value is (118,84,139). Sum of RGB (Red+Green+Blue) = 118+84+139=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #76548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76548B is #89AB74. Grayscale: #646464. Windows color (decimal): -9022325 or 9131126. OLE color: 9131126.
HSL color Cylindrical-coordinate representation of color #76548B: hue angle of 277.09º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76548B is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 84 | 139 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.45 |
| HSL | 277.09º | 0.25% | 0.44% | - |
| HSV(B) | 277.09º | 0.4% | 0.55% | - |
| XYZ | 15.3 | 12.06 | 25.95 | - |
| YUV | 100.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 139 | 0.15 | 0.40 | 0 | 0.45 | 277.09 | 0.25 | 0.44 |
| Hex | 76 | 54 | 8B | F | 28 | 0 | 2D | 115 | 19 | 2C |
| Octal | 166 | 124 | 213 | 17 | 50 | 0 | 55 | 425 | 31 | 54 |
| Binary | 1110110 | 1010100 | 10001011 | 1111 | 101000 | 0 | 101101 | 100010101 | 11001 | 101100 |
Color Harmonies of #76548B
Complementary color
Monochromatic Colors of #76548B
Black with #76548B
Text Example
Text Example
White with #76548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76548B; }
p { color: rgb(118,84,139); }
H1.HeaderClassName
{
color: #76548B;
}
.AnyTagClassName
{
color: #76548B;
}
</style>
background-color css
<style>
a { background-color: #76548B; }
a { background-color: rgb(118,84,139); }
div.DivClassName
{
background-color: #76548B;
}
.BgClassName
{
background-color: #76548B;
}
</style>
border-color css
<style>
span { border-color: #76548B; }
span { border-color: rgb(118,84,139); }
td.TdClassName
{
border-color: #76548B;
}
.TagClassName
{
border-color: #76548B;
}
</style>