Shades of Affair #76588C
Tints of Affair #76588C
RGB
CMYK
RGB Variations
Color information
#76588C (or 0x76588C) is known color: Affair. HEX triplet: 76, 58 and 8C. RGB value is (118,88,140). Sum of RGB (Red+Green+Blue) = 118+88+140=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #76588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76588C is #89A773. Grayscale: #666666. Windows color (decimal): -9021300 or 9197686. OLE color: 9197686.
HSL color Cylindrical-coordinate representation of color #76588C: hue angle of 274.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76588C is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 88 | 140 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.45 |
| HSL | 274.62º | 0.23% | 0.45% | - |
| HSV(B) | 274.62º | 0.37% | 0.55% | - |
| XYZ | 15.69 | 12.72 | 26.44 | - |
| YUV | 102.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 140 | 0.16 | 0.37 | 0 | 0.45 | 274.62 | 0.23 | 0.45 |
| Hex | 76 | 58 | 8C | 10 | 25 | 0 | 2D | 113 | 17 | 2D |
| Octal | 166 | 130 | 214 | 20 | 45 | 0 | 55 | 423 | 27 | 55 |
| Binary | 1110110 | 1011000 | 10001100 | 10000 | 100101 | 0 | 101101 | 100010011 | 10111 | 101101 |
Color Harmonies of #76588C
Complementary color
Monochromatic Colors of #76588C
Black with #76588C
Text Example
Text Example
White with #76588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76588C; }
p { color: rgb(118,88,140); }
H1.HeaderClassName
{
color: #76588C;
}
.AnyTagClassName
{
color: #76588C;
}
</style>
background-color css
<style>
a { background-color: #76588C; }
a { background-color: rgb(118,88,140); }
div.DivClassName
{
background-color: #76588C;
}
.BgClassName
{
background-color: #76588C;
}
</style>
border-color css
<style>
span { border-color: #76588C; }
span { border-color: rgb(118,88,140); }
td.TdClassName
{
border-color: #76588C;
}
.TagClassName
{
border-color: #76588C;
}
</style>