Shades of Falcon #725256
Tints of Falcon #725256
RGB
CMYK
RGB Variations
Color information
#725256 (or 0x725256) is known color: Falcon. HEX triplet: 72, 52 and 56. RGB value is (114,82,86). Sum of RGB (Red+Green+Blue) = 114+82+86=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725256 is #8DADA9. Grayscale: #5C5C5C. Windows color (decimal): -9285034 or 5657202. OLE color: 5657202.
HSL color Cylindrical-coordinate representation of color #725256: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725256 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 86 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.55 |
| HSL | 352.5º | 0.16% | 0.38% | - |
| HSV(B) | 352.5º | 0.28% | 0.45% | - |
| XYZ | 11.64 | 10.28 | 10.18 | - |
| YUV | 92.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 86 | 0 | 0.28 | 0.25 | 0.55 | 352.5 | 0.16 | 0.38 |
| Hex | 72 | 52 | 56 | 0 | 1C | 19 | 37 | 160 | 10 | 26 |
| Octal | 162 | 122 | 126 | 0 | 34 | 31 | 67 | 540 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1010110 | 0 | 11100 | 11001 | 110111 | 101100000 | 10000 | 100110 |
Color Harmonies of #725256
Complementary color
Monochromatic Colors of #725256
Black with #725256
Text Example
Text Example
White with #725256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725256; }
p { color: rgb(114,82,86); }
H1.HeaderClassName
{
color: #725256;
}
.AnyTagClassName
{
color: #725256;
}
</style>
background-color css
<style>
a { background-color: #725256; }
a { background-color: rgb(114,82,86); }
div.DivClassName
{
background-color: #725256;
}
.BgClassName
{
background-color: #725256;
}
</style>
border-color css
<style>
span { border-color: #725256; }
span { border-color: rgb(114,82,86); }
td.TdClassName
{
border-color: #725256;
}
.TagClassName
{
border-color: #725256;
}
</style>