Shades of Falcon #725055
Tints of Falcon #725055
RGB
CMYK
RGB Variations
Color information
#725055 (or 0x725055) is known color: Falcon. HEX triplet: 72, 50 and 55. RGB value is (114,80,85). Sum of RGB (Red+Green+Blue) = 114+80+85=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725055 is #8DAFAA. Grayscale: #5A5A5A. Windows color (decimal): -9285547 or 5591154. OLE color: 5591154.
HSL color Cylindrical-coordinate representation of color #725055: hue angle of 351.18º 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 #725055 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 85 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.55 |
| HSL | 351.18º | 0.18% | 0.38% | - |
| HSV(B) | 351.18º | 0.3% | 0.45% | - |
| XYZ | 11.45 | 9.97 | 9.92 | - |
| YUV | 90.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 85 | 0 | 0.30 | 0.25 | 0.55 | 351.18 | 0.18 | 0.38 |
| Hex | 72 | 50 | 55 | 0 | 1E | 19 | 37 | 15F | 12 | 26 |
| Octal | 162 | 120 | 125 | 0 | 36 | 31 | 67 | 537 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1010101 | 0 | 11110 | 11001 | 110111 | 101011111 | 10010 | 100110 |
Color Harmonies of #725055
Complementary color
Monochromatic Colors of #725055
Black with #725055
Text Example
Text Example
White with #725055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725055; }
p { color: rgb(114,80,85); }
H1.HeaderClassName
{
color: #725055;
}
.AnyTagClassName
{
color: #725055;
}
</style>
background-color css
<style>
a { background-color: #725055; }
a { background-color: rgb(114,80,85); }
div.DivClassName
{
background-color: #725055;
}
.BgClassName
{
background-color: #725055;
}
</style>
border-color css
<style>
span { border-color: #725055; }
span { border-color: rgb(114,80,85); }
td.TdClassName
{
border-color: #725055;
}
.TagClassName
{
border-color: #725055;
}
</style>