Shades of Affair #725C82
Tints of Affair #725C82
RGB
CMYK
RGB Variations
Color information
#725C82 (or 0x725C82) is known color: Affair. HEX triplet: 72, 5C and 82. RGB value is (114,92,130). Sum of RGB (Red+Green+Blue) = 114+92+130=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #725C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C82 is #8DA37D. Grayscale: #666666. Windows color (decimal): -9282430 or 8543346. OLE color: 8543346.
HSL color Cylindrical-coordinate representation of color #725C82: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725C82 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 92 | 130 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.49 |
| HSL | 274.74º | 0.17% | 0.44% | - |
| HSV(B) | 274.74º | 0.29% | 0.51% | - |
| XYZ | 14.8 | 12.84 | 22.82 | - |
| YUV | 102.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 130 | 0.12 | 0.29 | 0 | 0.49 | 274.74 | 0.17 | 0.44 |
| Hex | 72 | 5C | 82 | C | 1D | 0 | 31 | 113 | 11 | 2C |
| Octal | 162 | 134 | 202 | 14 | 35 | 0 | 61 | 423 | 21 | 54 |
| Binary | 1110010 | 1011100 | 10000010 | 1100 | 11101 | 0 | 110001 | 100010011 | 10001 | 101100 |
Color Harmonies of #725C82
Complementary color
Monochromatic Colors of #725C82
Black with #725C82
Text Example
Text Example
White with #725C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C82; }
p { color: rgb(114,92,130); }
H1.HeaderClassName
{
color: #725C82;
}
.AnyTagClassName
{
color: #725C82;
}
</style>
background-color css
<style>
a { background-color: #725C82; }
a { background-color: rgb(114,92,130); }
div.DivClassName
{
background-color: #725C82;
}
.BgClassName
{
background-color: #725C82;
}
</style>
border-color css
<style>
span { border-color: #725C82; }
span { border-color: rgb(114,92,130); }
td.TdClassName
{
border-color: #725C82;
}
.TagClassName
{
border-color: #725C82;
}
</style>