Shades of Affair #725D85
Tints of Affair #725D85
RGB
CMYK
RGB Variations
Color information
#725D85 (or 0x725D85) is known color: Affair. HEX triplet: 72, 5D and 85. RGB value is (114,93,133). Sum of RGB (Red+Green+Blue) = 114+93+133=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #725D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725D85 is #8DA27A. Grayscale: #676767. Windows color (decimal): -9282171 or 8740210. OLE color: 8740210.
HSL color Cylindrical-coordinate representation of color #725D85: hue angle of 271.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725D85 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 93 | 133 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.48 |
| HSL | 271.5º | 0.18% | 0.44% | - |
| HSV(B) | 271.5º | 0.3% | 0.52% | - |
| XYZ | 15.09 | 13.1 | 23.92 | - |
| YUV | 103.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 133 | 0.14 | 0.30 | 0 | 0.48 | 271.5 | 0.18 | 0.44 |
| Hex | 72 | 5D | 85 | E | 1E | 0 | 30 | 110 | 12 | 2C |
| Octal | 162 | 135 | 205 | 16 | 36 | 0 | 60 | 420 | 22 | 54 |
| Binary | 1110010 | 1011101 | 10000101 | 1110 | 11110 | 0 | 110000 | 100010000 | 10010 | 101100 |
Color Harmonies of #725D85
Complementary color
Monochromatic Colors of #725D85
Black with #725D85
Text Example
Text Example
White with #725D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D85; }
p { color: rgb(114,93,133); }
H1.HeaderClassName
{
color: #725D85;
}
.AnyTagClassName
{
color: #725D85;
}
</style>
background-color css
<style>
a { background-color: #725D85; }
a { background-color: rgb(114,93,133); }
div.DivClassName
{
background-color: #725D85;
}
.BgClassName
{
background-color: #725D85;
}
</style>
border-color css
<style>
span { border-color: #725D85; }
span { border-color: rgb(114,93,133); }
td.TdClassName
{
border-color: #725D85;
}
.TagClassName
{
border-color: #725D85;
}
</style>