Shades of Falcon #725E5F
Tints of Falcon #725E5F
RGB
CMYK
RGB Variations
Color information
#725E5F (or 0x725E5F) is known color: Falcon. HEX triplet: 72, 5E and 5F. RGB value is (114,94,95). Sum of RGB (Red+Green+Blue) = 114+94+95=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E5F is #8DA1A0. Grayscale: #646464. Windows color (decimal): -9281953 or 6250098. OLE color: 6250098.
HSL color Cylindrical-coordinate representation of color #725E5F: hue angle of 357º 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 #725E5F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 95 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.55 |
| HSL | 357º | 0.1% | 0.41% | - |
| HSV(B) | 357º | 0.18% | 0.45% | - |
| XYZ | 13.01 | 12.41 | 12.54 | - |
| YUV | 100.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 95 | 0 | 0.18 | 0.17 | 0.55 | 357 | 0.1 | 0.41 |
| Hex | 72 | 5E | 5F | 0 | 12 | 11 | 37 | 165 | A | 29 |
| Octal | 162 | 136 | 137 | 0 | 22 | 21 | 67 | 545 | 12 | 51 |
| Binary | 1110010 | 1011110 | 1011111 | 0 | 10010 | 10001 | 110111 | 101100101 | 1010 | 101001 |
Color Harmonies of #725E5F
Complementary color
Monochromatic Colors of #725E5F
Black with #725E5F
Text Example
Text Example
White with #725E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E5F; }
p { color: rgb(114,94,95); }
H1.HeaderClassName
{
color: #725E5F;
}
.AnyTagClassName
{
color: #725E5F;
}
</style>
background-color css
<style>
a { background-color: #725E5F; }
a { background-color: rgb(114,94,95); }
div.DivClassName
{
background-color: #725E5F;
}
.BgClassName
{
background-color: #725E5F;
}
</style>
border-color css
<style>
span { border-color: #725E5F; }
span { border-color: rgb(114,94,95); }
td.TdClassName
{
border-color: #725E5F;
}
.TagClassName
{
border-color: #725E5F;
}
</style>