Shades of Falcon #725F61
Tints of Falcon #725F61
RGB
CMYK
RGB Variations
Color information
#725F61 (or 0x725F61) is known color: Falcon. HEX triplet: 72, 5F and 61. RGB value is (114,95,97). Sum of RGB (Red+Green+Blue) = 114+95+97=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #725F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F61 is #8DA09E. Grayscale: #646464. Windows color (decimal): -9281695 or 6381426. OLE color: 6381426.
HSL color Cylindrical-coordinate representation of color #725F61: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #725F61 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 97 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.55 |
| HSL | 353.68º | 0.09% | 0.41% | - |
| HSV(B) | 353.68º | 0.17% | 0.45% | - |
| XYZ | 13.19 | 12.62 | 13.05 | - |
| YUV | 100.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 97 | 0 | 0.17 | 0.15 | 0.55 | 353.68 | 0.09 | 0.41 |
| Hex | 72 | 5F | 61 | 0 | 11 | F | 37 | 162 | 9 | 29 |
| Octal | 162 | 137 | 141 | 0 | 21 | 17 | 67 | 542 | 11 | 51 |
| Binary | 1110010 | 1011111 | 1100001 | 0 | 10001 | 1111 | 110111 | 101100010 | 1001 | 101001 |
Color Harmonies of #725F61
Complementary color
Monochromatic Colors of #725F61
Black with #725F61
Text Example
Text Example
White with #725F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F61; }
p { color: rgb(114,95,97); }
H1.HeaderClassName
{
color: #725F61;
}
.AnyTagClassName
{
color: #725F61;
}
</style>
background-color css
<style>
a { background-color: #725F61; }
a { background-color: rgb(114,95,97); }
div.DivClassName
{
background-color: #725F61;
}
.BgClassName
{
background-color: #725F61;
}
</style>
border-color css
<style>
span { border-color: #725F61; }
span { border-color: rgb(114,95,97); }
td.TdClassName
{
border-color: #725F61;
}
.TagClassName
{
border-color: #725F61;
}
</style>