Shades of Falcon #725F62
Tints of Falcon #725F62
RGB
CMYK
RGB Variations
Color information
#725F62 (or 0x725F62) is known color: Falcon. HEX triplet: 72, 5F and 62. RGB value is (114,95,98). Sum of RGB (Red+Green+Blue) = 114+95+98=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F62 is #8DA09D. Grayscale: #656565. Windows color (decimal): -9281694 or 6446962. OLE color: 6446962.
HSL color Cylindrical-coordinate representation of color #725F62: hue angle of 350.53º 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 #725F62 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 98 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.55 |
| HSL | 350.53º | 0.09% | 0.41% | - |
| HSV(B) | 350.53º | 0.17% | 0.45% | - |
| XYZ | 13.24 | 12.64 | 13.3 | - |
| YUV | 101.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 98 | 0 | 0.17 | 0.14 | 0.55 | 350.53 | 0.09 | 0.41 |
| Hex | 72 | 5F | 62 | 0 | 11 | E | 37 | 15F | 9 | 29 |
| Octal | 162 | 137 | 142 | 0 | 21 | 16 | 67 | 537 | 11 | 51 |
| Binary | 1110010 | 1011111 | 1100010 | 0 | 10001 | 1110 | 110111 | 101011111 | 1001 | 101001 |
Color Harmonies of #725F62
Complementary color
Monochromatic Colors of #725F62
Black with #725F62
Text Example
Text Example
White with #725F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F62; }
p { color: rgb(114,95,98); }
H1.HeaderClassName
{
color: #725F62;
}
.AnyTagClassName
{
color: #725F62;
}
</style>
background-color css
<style>
a { background-color: #725F62; }
a { background-color: rgb(114,95,98); }
div.DivClassName
{
background-color: #725F62;
}
.BgClassName
{
background-color: #725F62;
}
</style>
border-color css
<style>
span { border-color: #725F62; }
span { border-color: rgb(114,95,98); }
td.TdClassName
{
border-color: #725F62;
}
.TagClassName
{
border-color: #725F62;
}
</style>