Shades of Falcon #725154
Tints of Falcon #725154
RGB
CMYK
RGB Variations
Color information
#725154 (or 0x725154) is known color: Falcon. HEX triplet: 72, 51 and 54. RGB value is (114,81,84). Sum of RGB (Red+Green+Blue) = 114+81+84=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725154 is #8DAEAB. Grayscale: #5B5B5B. Windows color (decimal): -9285292 or 5525874. OLE color: 5525874.
HSL color Cylindrical-coordinate representation of color #725154: hue angle of 354.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725154 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 84 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.55 |
| HSL | 354.55º | 0.17% | 0.38% | - |
| HSV(B) | 354.55º | 0.29% | 0.45% | - |
| XYZ | 11.48 | 10.1 | 9.73 | - |
| YUV | 91.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 84 | 0 | 0.29 | 0.26 | 0.55 | 354.55 | 0.17 | 0.38 |
| Hex | 72 | 51 | 54 | 0 | 1D | 1A | 37 | 163 | 11 | 26 |
| Octal | 162 | 121 | 124 | 0 | 35 | 32 | 67 | 543 | 21 | 46 |
| Binary | 1110010 | 1010001 | 1010100 | 0 | 11101 | 11010 | 110111 | 101100011 | 10001 | 100110 |
Color Harmonies of #725154
Complementary color
Monochromatic Colors of #725154
Black with #725154
Text Example
Text Example
White with #725154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725154; }
p { color: rgb(114,81,84); }
H1.HeaderClassName
{
color: #725154;
}
.AnyTagClassName
{
color: #725154;
}
</style>
background-color css
<style>
a { background-color: #725154; }
a { background-color: rgb(114,81,84); }
div.DivClassName
{
background-color: #725154;
}
.BgClassName
{
background-color: #725154;
}
</style>
border-color css
<style>
span { border-color: #725154; }
span { border-color: rgb(114,81,84); }
td.TdClassName
{
border-color: #725154;
}
.TagClassName
{
border-color: #725154;
}
</style>