Shades of Affair #72567C
Tints of Affair #72567C
RGB
CMYK
RGB Variations
Color information
#72567C (or 0x72567C) is known color: Affair. HEX triplet: 72, 56 and 7C. RGB value is (114,86,124). Sum of RGB (Red+Green+Blue) = 114+86+124=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #72567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72567C is #8DA983. Grayscale: #626262. Windows color (decimal): -9283972 or 8148594. OLE color: 8148594.
HSL color Cylindrical-coordinate representation of color #72567C: hue angle of 284.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72567C is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 86 | 124 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.51 |
| HSL | 284.21º | 0.18% | 0.41% | - |
| HSV(B) | 284.21º | 0.31% | 0.49% | - |
| XYZ | 13.91 | 11.69 | 20.59 | - |
| YUV | 98.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 124 | 0.08 | 0.31 | 0 | 0.51 | 284.21 | 0.18 | 0.41 |
| Hex | 72 | 56 | 7C | 8 | 1F | 0 | 33 | 11C | 12 | 29 |
| Octal | 162 | 126 | 174 | 10 | 37 | 0 | 63 | 434 | 22 | 51 |
| Binary | 1110010 | 1010110 | 1111100 | 1000 | 11111 | 0 | 110011 | 100011100 | 10010 | 101001 |
Color Harmonies of #72567C
Complementary color
Monochromatic Colors of #72567C
Black with #72567C
Text Example
Text Example
White with #72567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72567C; }
p { color: rgb(114,86,124); }
H1.HeaderClassName
{
color: #72567C;
}
.AnyTagClassName
{
color: #72567C;
}
</style>
background-color css
<style>
a { background-color: #72567C; }
a { background-color: rgb(114,86,124); }
div.DivClassName
{
background-color: #72567C;
}
.BgClassName
{
background-color: #72567C;
}
</style>
border-color css
<style>
span { border-color: #72567C; }
span { border-color: rgb(114,86,124); }
td.TdClassName
{
border-color: #72567C;
}
.TagClassName
{
border-color: #72567C;
}
</style>