Shades of Affair #72567B
Tints of Affair #72567B
RGB
CMYK
RGB Variations
Color information
#72567B (or 0x72567B) is known color: Affair. HEX triplet: 72, 56 and 7B. RGB value is (114,86,123). Sum of RGB (Red+Green+Blue) = 114+86+123=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #72567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72567B is #8DA984. Grayscale: #626262. Windows color (decimal): -9283973 or 8083058. OLE color: 8083058.
HSL color Cylindrical-coordinate representation of color #72567B: hue angle of 285.41º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72567B is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 86 | 123 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.52 |
| HSL | 285.41º | 0.18% | 0.41% | - |
| HSV(B) | 285.41º | 0.3% | 0.48% | - |
| XYZ | 13.84 | 11.66 | 20.26 | - |
| YUV | 98.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 123 | 0.07 | 0.30 | 0 | 0.52 | 285.41 | 0.18 | 0.41 |
| Hex | 72 | 56 | 7B | 7 | 1E | 0 | 34 | 11D | 12 | 29 |
| Octal | 162 | 126 | 173 | 7 | 36 | 0 | 64 | 435 | 22 | 51 |
| Binary | 1110010 | 1010110 | 1111011 | 111 | 11110 | 0 | 110100 | 100011101 | 10010 | 101001 |
Color Harmonies of #72567B
Complementary color
Monochromatic Colors of #72567B
Black with #72567B
Text Example
Text Example
White with #72567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72567B; }
p { color: rgb(114,86,123); }
H1.HeaderClassName
{
color: #72567B;
}
.AnyTagClassName
{
color: #72567B;
}
</style>
background-color css
<style>
a { background-color: #72567B; }
a { background-color: rgb(114,86,123); }
div.DivClassName
{
background-color: #72567B;
}
.BgClassName
{
background-color: #72567B;
}
</style>
border-color css
<style>
span { border-color: #72567B; }
span { border-color: rgb(114,86,123); }
td.TdClassName
{
border-color: #72567B;
}
.TagClassName
{
border-color: #72567B;
}
</style>