Shades of Falcon #725052
Tints of Falcon #725052
RGB
CMYK
RGB Variations
Color information
#725052 (or 0x725052) is known color: Falcon. HEX triplet: 72, 50 and 52. RGB value is (114,80,82). Sum of RGB (Red+Green+Blue) = 114+80+82=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #725052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725052 is #8DAFAD. Grayscale: #5A5A5A. Windows color (decimal): -9285550 or 5394546. OLE color: 5394546.
HSL color Cylindrical-coordinate representation of color #725052: hue angle of 356.47º 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 #725052 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 82 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.55 |
| HSL | 356.47º | 0.18% | 0.38% | - |
| HSV(B) | 356.47º | 0.3% | 0.45% | - |
| XYZ | 11.33 | 9.92 | 9.3 | - |
| YUV | 90.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 82 | 0 | 0.30 | 0.28 | 0.55 | 356.47 | 0.18 | 0.38 |
| Hex | 72 | 50 | 52 | 0 | 1E | 1C | 37 | 164 | 12 | 26 |
| Octal | 162 | 120 | 122 | 0 | 36 | 34 | 67 | 544 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1010010 | 0 | 11110 | 11100 | 110111 | 101100100 | 10010 | 100110 |
Color Harmonies of #725052
Complementary color
Monochromatic Colors of #725052
Black with #725052
Text Example
Text Example
White with #725052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725052; }
p { color: rgb(114,80,82); }
H1.HeaderClassName
{
color: #725052;
}
.AnyTagClassName
{
color: #725052;
}
</style>
background-color css
<style>
a { background-color: #725052; }
a { background-color: rgb(114,80,82); }
div.DivClassName
{
background-color: #725052;
}
.BgClassName
{
background-color: #725052;
}
</style>
border-color css
<style>
span { border-color: #725052; }
span { border-color: rgb(114,80,82); }
td.TdClassName
{
border-color: #725052;
}
.TagClassName
{
border-color: #725052;
}
</style>