Shades of Falcon #725E61
Tints of Falcon #725E61
RGB
CMYK
RGB Variations
Color information
#725E61 (or 0x725E61) is known color: Falcon. HEX triplet: 72, 5E and 61. RGB value is (114,94,97). Sum of RGB (Red+Green+Blue) = 114+94+97=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #725E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E61 is #8DA19E. Grayscale: #646464. Windows color (decimal): -9281951 or 6381170. OLE color: 6381170.
HSL color Cylindrical-coordinate representation of color #725E61: hue angle of 351º 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 #725E61 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 97 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.55 |
| HSL | 351º | 0.1% | 0.41% | - |
| HSV(B) | 351º | 0.18% | 0.45% | - |
| XYZ | 13.1 | 12.45 | 13.02 | - |
| YUV | 100.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 97 | 0 | 0.18 | 0.15 | 0.55 | 351 | 0.1 | 0.41 |
| Hex | 72 | 5E | 61 | 0 | 12 | F | 37 | 15F | A | 29 |
| Octal | 162 | 136 | 141 | 0 | 22 | 17 | 67 | 537 | 12 | 51 |
| Binary | 1110010 | 1011110 | 1100001 | 0 | 10010 | 1111 | 110111 | 101011111 | 1010 | 101001 |
Color Harmonies of #725E61
Complementary color
Monochromatic Colors of #725E61
Black with #725E61
Text Example
Text Example
White with #725E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E61; }
p { color: rgb(114,94,97); }
H1.HeaderClassName
{
color: #725E61;
}
.AnyTagClassName
{
color: #725E61;
}
</style>
background-color css
<style>
a { background-color: #725E61; }
a { background-color: rgb(114,94,97); }
div.DivClassName
{
background-color: #725E61;
}
.BgClassName
{
background-color: #725E61;
}
</style>
border-color css
<style>
span { border-color: #725E61; }
span { border-color: rgb(114,94,97); }
td.TdClassName
{
border-color: #725E61;
}
.TagClassName
{
border-color: #725E61;
}
</style>