Shades of Affair #715A7C
Tints of Affair #715A7C
RGB
CMYK
RGB Variations
Color information
#715A7C (or 0x715A7C) is known color: Affair. HEX triplet: 71, 5A and 7C. RGB value is (113,90,124). Sum of RGB (Red+Green+Blue) = 113+90+124=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #715A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A7C is #8EA583. Grayscale: #646464. Windows color (decimal): -9348484 or 8149617. OLE color: 8149617.
HSL color Cylindrical-coordinate representation of color #715A7C: hue angle of 280.59º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715A7C is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 90 | 124 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.51 |
| HSL | 280.59º | 0.16% | 0.42% | - |
| HSV(B) | 280.59º | 0.27% | 0.49% | - |
| XYZ | 14.1 | 12.28 | 20.7 | - |
| YUV | 100.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 124 | 0.09 | 0.27 | 0 | 0.51 | 280.59 | 0.16 | 0.42 |
| Hex | 71 | 5A | 7C | 9 | 1B | 0 | 33 | 119 | 10 | 2A |
| Octal | 161 | 132 | 174 | 11 | 33 | 0 | 63 | 431 | 20 | 52 |
| Binary | 1110001 | 1011010 | 1111100 | 1001 | 11011 | 0 | 110011 | 100011001 | 10000 | 101010 |
Color Harmonies of #715A7C
Complementary color
Monochromatic Colors of #715A7C
Black with #715A7C
Text Example
Text Example
White with #715A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A7C; }
p { color: rgb(113,90,124); }
H1.HeaderClassName
{
color: #715A7C;
}
.AnyTagClassName
{
color: #715A7C;
}
</style>
background-color css
<style>
a { background-color: #715A7C; }
a { background-color: rgb(113,90,124); }
div.DivClassName
{
background-color: #715A7C;
}
.BgClassName
{
background-color: #715A7C;
}
</style>
border-color css
<style>
span { border-color: #715A7C; }
span { border-color: rgb(113,90,124); }
td.TdClassName
{
border-color: #715A7C;
}
.TagClassName
{
border-color: #715A7C;
}
</style>