Shades of Affair #76468B
Tints of Affair #76468B
RGB
CMYK
RGB Variations
Color information
#76468B (or 0x76468B) is known color: Affair. HEX triplet: 76, 46 and 8B. RGB value is (118,70,139). Sum of RGB (Red+Green+Blue) = 118+70+139=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #76468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76468B is #89B974. Grayscale: #5B5B5B. Windows color (decimal): -9025909 or 9127542. OLE color: 9127542.
HSL color Cylindrical-coordinate representation of color #76468B: hue angle of 281.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76468B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 70 | 139 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.45 |
| HSL | 281.74º | 0.33% | 0.41% | - |
| HSV(B) | 281.74º | 0.5% | 0.55% | - |
| XYZ | 14.32 | 10.1 | 25.62 | - |
| YUV | 92.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 139 | 0.15 | 0.50 | 0 | 0.45 | 281.74 | 0.33 | 0.41 |
| Hex | 76 | 46 | 8B | F | 32 | 0 | 2D | 11A | 21 | 29 |
| Octal | 166 | 106 | 213 | 17 | 62 | 0 | 55 | 432 | 41 | 51 |
| Binary | 1110110 | 1000110 | 10001011 | 1111 | 110010 | 0 | 101101 | 100011010 | 100001 | 101001 |
Color Harmonies of #76468B
Complementary color
Monochromatic Colors of #76468B
Black with #76468B
Text Example
Text Example
White with #76468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76468B; }
p { color: rgb(118,70,139); }
H1.HeaderClassName
{
color: #76468B;
}
.AnyTagClassName
{
color: #76468B;
}
</style>
background-color css
<style>
a { background-color: #76468B; }
a { background-color: rgb(118,70,139); }
div.DivClassName
{
background-color: #76468B;
}
.BgClassName
{
background-color: #76468B;
}
</style>
border-color css
<style>
span { border-color: #76468B; }
span { border-color: rgb(118,70,139); }
td.TdClassName
{
border-color: #76468B;
}
.TagClassName
{
border-color: #76468B;
}
</style>