Shades of Falcon #725051
Tints of Falcon #725051
RGB
CMYK
RGB Variations
Color information
#725051 (or 0x725051) is known color: Falcon. HEX triplet: 72, 50 and 51. RGB value is (114,80,81). Sum of RGB (Red+Green+Blue) = 114+80+81=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #725051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725051 is #8DAFAE. Grayscale: #5A5A5A. Windows color (decimal): -9285551 or 5329010. OLE color: 5329010.
HSL color Cylindrical-coordinate representation of color #725051: hue angle of 358.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725051 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 81 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.55 |
| HSL | 358.24º | 0.18% | 0.38% | - |
| HSV(B) | 358.24º | 0.3% | 0.45% | - |
| XYZ | 11.29 | 9.91 | 9.1 | - |
| YUV | 90.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 81 | 0 | 0.30 | 0.29 | 0.55 | 358.24 | 0.18 | 0.38 |
| Hex | 72 | 50 | 51 | 0 | 1E | 1D | 37 | 166 | 12 | 26 |
| Octal | 162 | 120 | 121 | 0 | 36 | 35 | 67 | 546 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1010001 | 0 | 11110 | 11101 | 110111 | 101100110 | 10010 | 100110 |
Color Harmonies of #725051
Complementary color
Monochromatic Colors of #725051
Black with #725051
Text Example
Text Example
White with #725051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725051; }
p { color: rgb(114,80,81); }
H1.HeaderClassName
{
color: #725051;
}
.AnyTagClassName
{
color: #725051;
}
</style>
background-color css
<style>
a { background-color: #725051; }
a { background-color: rgb(114,80,81); }
div.DivClassName
{
background-color: #725051;
}
.BgClassName
{
background-color: #725051;
}
</style>
border-color css
<style>
span { border-color: #725051; }
span { border-color: rgb(114,80,81); }
td.TdClassName
{
border-color: #725051;
}
.TagClassName
{
border-color: #725051;
}
</style>