Shades of Falcon #725254
Tints of Falcon #725254
RGB
CMYK
RGB Variations
Color information
#725254 (or 0x725254) is known color: Falcon. HEX triplet: 72, 52 and 54. RGB value is (114,82,84). Sum of RGB (Red+Green+Blue) = 114+82+84=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725254 is #8DADAB. Grayscale: #5B5B5B. Windows color (decimal): -9285036 or 5526130. OLE color: 5526130.
HSL color Cylindrical-coordinate representation of color #725254: hue angle of 356.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725254 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 84 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.55 |
| HSL | 356.25º | 0.16% | 0.38% | - |
| HSV(B) | 356.25º | 0.28% | 0.45% | - |
| XYZ | 11.56 | 10.25 | 9.76 | - |
| YUV | 91.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 84 | 0 | 0.28 | 0.26 | 0.55 | 356.25 | 0.16 | 0.38 |
| Hex | 72 | 52 | 54 | 0 | 1C | 1A | 37 | 164 | 10 | 26 |
| Octal | 162 | 122 | 124 | 0 | 34 | 32 | 67 | 544 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1010100 | 0 | 11100 | 11010 | 110111 | 101100100 | 10000 | 100110 |
Color Harmonies of #725254
Complementary color
Monochromatic Colors of #725254
Black with #725254
Text Example
Text Example
White with #725254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725254; }
p { color: rgb(114,82,84); }
H1.HeaderClassName
{
color: #725254;
}
.AnyTagClassName
{
color: #725254;
}
</style>
background-color css
<style>
a { background-color: #725254; }
a { background-color: rgb(114,82,84); }
div.DivClassName
{
background-color: #725254;
}
.BgClassName
{
background-color: #725254;
}
</style>
border-color css
<style>
span { border-color: #725254; }
span { border-color: rgb(114,82,84); }
td.TdClassName
{
border-color: #725254;
}
.TagClassName
{
border-color: #725254;
}
</style>