Shades of Affair #725A7E
Tints of Affair #725A7E
RGB
CMYK
RGB Variations
Color information
#725A7E (or 0x725A7E) is known color: Affair. HEX triplet: 72, 5A and 7E. RGB value is (114,90,126). Sum of RGB (Red+Green+Blue) = 114+90+126=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #725A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A7E is #8DA581. Grayscale: #656565. Windows color (decimal): -9282946 or 8280690. OLE color: 8280690.
HSL color Cylindrical-coordinate representation of color #725A7E: hue angle of 280º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725A7E is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 90 | 126 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.51 |
| HSL | 280º | 0.17% | 0.42% | - |
| HSV(B) | 280º | 0.29% | 0.49% | - |
| XYZ | 14.36 | 12.4 | 21.37 | - |
| YUV | 101.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 126 | 0.10 | 0.29 | 0 | 0.51 | 280 | 0.17 | 0.42 |
| Hex | 72 | 5A | 7E | A | 1D | 0 | 33 | 118 | 11 | 2A |
| Octal | 162 | 132 | 176 | 12 | 35 | 0 | 63 | 430 | 21 | 52 |
| Binary | 1110010 | 1011010 | 1111110 | 1010 | 11101 | 0 | 110011 | 100011000 | 10001 | 101010 |
Color Harmonies of #725A7E
Complementary color
Monochromatic Colors of #725A7E
Black with #725A7E
Text Example
Text Example
White with #725A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A7E; }
p { color: rgb(114,90,126); }
H1.HeaderClassName
{
color: #725A7E;
}
.AnyTagClassName
{
color: #725A7E;
}
</style>
background-color css
<style>
a { background-color: #725A7E; }
a { background-color: rgb(114,90,126); }
div.DivClassName
{
background-color: #725A7E;
}
.BgClassName
{
background-color: #725A7E;
}
</style>
border-color css
<style>
span { border-color: #725A7E; }
span { border-color: rgb(114,90,126); }
td.TdClassName
{
border-color: #725A7E;
}
.TagClassName
{
border-color: #725A7E;
}
</style>