Shades of Falcon #725D61
Tints of Falcon #725D61
RGB
CMYK
RGB Variations
Color information
#725D61 (or 0x725D61) is known color: Falcon. HEX triplet: 72, 5D and 61. RGB value is (114,93,97). Sum of RGB (Red+Green+Blue) = 114+93+97=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #725D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D61 is #8DA29E. Grayscale: #636363. Windows color (decimal): -9282207 or 6380914. OLE color: 6380914.
HSL color Cylindrical-coordinate representation of color #725D61: hue angle of 348.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725D61 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 97 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.55 |
| HSL | 348.57º | 0.1% | 0.41% | - |
| HSV(B) | 348.57º | 0.18% | 0.45% | - |
| XYZ | 13.01 | 12.27 | 12.99 | - |
| YUV | 99.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 97 | 0 | 0.18 | 0.15 | 0.55 | 348.57 | 0.1 | 0.41 |
| Hex | 72 | 5D | 61 | 0 | 12 | F | 37 | 15D | A | 29 |
| Octal | 162 | 135 | 141 | 0 | 22 | 17 | 67 | 535 | 12 | 51 |
| Binary | 1110010 | 1011101 | 1100001 | 0 | 10010 | 1111 | 110111 | 101011101 | 1010 | 101001 |
Color Harmonies of #725D61
Complementary color
Monochromatic Colors of #725D61
Black with #725D61
Text Example
Text Example
White with #725D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D61; }
p { color: rgb(114,93,97); }
H1.HeaderClassName
{
color: #725D61;
}
.AnyTagClassName
{
color: #725D61;
}
</style>
background-color css
<style>
a { background-color: #725D61; }
a { background-color: rgb(114,93,97); }
div.DivClassName
{
background-color: #725D61;
}
.BgClassName
{
background-color: #725D61;
}
</style>
border-color css
<style>
span { border-color: #725D61; }
span { border-color: rgb(114,93,97); }
td.TdClassName
{
border-color: #725D61;
}
.TagClassName
{
border-color: #725D61;
}
</style>