Shades of Affair #725B82
Tints of Affair #725B82
RGB
CMYK
RGB Variations
Color information
#725B82 (or 0x725B82) is known color: Affair. HEX triplet: 72, 5B and 82. RGB value is (114,91,130). Sum of RGB (Red+Green+Blue) = 114+91+130=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #725B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725B82 is #8DA47D. Grayscale: #666666. Windows color (decimal): -9282686 or 8543090. OLE color: 8543090.
HSL color Cylindrical-coordinate representation of color #725B82: hue angle of 275.38º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725B82 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 91 | 130 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.49 |
| HSL | 275.38º | 0.18% | 0.43% | - |
| HSV(B) | 275.38º | 0.3% | 0.51% | - |
| XYZ | 14.71 | 12.67 | 22.79 | - |
| YUV | 102.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 130 | 0.12 | 0.30 | 0 | 0.49 | 275.38 | 0.18 | 0.43 |
| Hex | 72 | 5B | 82 | C | 1E | 0 | 31 | 113 | 12 | 2B |
| Octal | 162 | 133 | 202 | 14 | 36 | 0 | 61 | 423 | 22 | 53 |
| Binary | 1110010 | 1011011 | 10000010 | 1100 | 11110 | 0 | 110001 | 100010011 | 10010 | 101011 |
Color Harmonies of #725B82
Complementary color
Monochromatic Colors of #725B82
Black with #725B82
Text Example
Text Example
White with #725B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B82; }
p { color: rgb(114,91,130); }
H1.HeaderClassName
{
color: #725B82;
}
.AnyTagClassName
{
color: #725B82;
}
</style>
background-color css
<style>
a { background-color: #725B82; }
a { background-color: rgb(114,91,130); }
div.DivClassName
{
background-color: #725B82;
}
.BgClassName
{
background-color: #725B82;
}
</style>
border-color css
<style>
span { border-color: #725B82; }
span { border-color: rgb(114,91,130); }
td.TdClassName
{
border-color: #725B82;
}
.TagClassName
{
border-color: #725B82;
}
</style>