Shades of Falcon #725053
Tints of Falcon #725053
RGB
CMYK
RGB Variations
Color information
#725053 (or 0x725053) is known color: Falcon. HEX triplet: 72, 50 and 53. RGB value is (114,80,83). Sum of RGB (Red+Green+Blue) = 114+80+83=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #725053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725053 is #8DAFAC. Grayscale: #5A5A5A. Windows color (decimal): -9285549 or 5460082. OLE color: 5460082.
HSL color Cylindrical-coordinate representation of color #725053: hue angle of 354.71º 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 #725053 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 83 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.55 |
| HSL | 354.71º | 0.18% | 0.38% | - |
| HSV(B) | 354.71º | 0.3% | 0.45% | - |
| XYZ | 11.37 | 9.94 | 9.5 | - |
| YUV | 90.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 83 | 0 | 0.30 | 0.27 | 0.55 | 354.71 | 0.18 | 0.38 |
| Hex | 72 | 50 | 53 | 0 | 1E | 1B | 37 | 163 | 12 | 26 |
| Octal | 162 | 120 | 123 | 0 | 36 | 33 | 67 | 543 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1010011 | 0 | 11110 | 11011 | 110111 | 101100011 | 10010 | 100110 |
Color Harmonies of #725053
Complementary color
Monochromatic Colors of #725053
Black with #725053
Text Example
Text Example
White with #725053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725053; }
p { color: rgb(114,80,83); }
H1.HeaderClassName
{
color: #725053;
}
.AnyTagClassName
{
color: #725053;
}
</style>
background-color css
<style>
a { background-color: #725053; }
a { background-color: rgb(114,80,83); }
div.DivClassName
{
background-color: #725053;
}
.BgClassName
{
background-color: #725053;
}
</style>
border-color css
<style>
span { border-color: #725053; }
span { border-color: rgb(114,80,83); }
td.TdClassName
{
border-color: #725053;
}
.TagClassName
{
border-color: #725053;
}
</style>