Shades of Falcon #724D4F
Tints of Falcon #724D4F
RGB
CMYK
RGB Variations
Color information
#724D4F (or 0x724D4F) is known color: Falcon. HEX triplet: 72, 4D and 4F. RGB value is (114,77,79). Sum of RGB (Red+Green+Blue) = 114+77+79=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #724D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D4F is #8DB2B0. Grayscale: #585858. Windows color (decimal): -9286321 or 5197170. OLE color: 5197170.
HSL color Cylindrical-coordinate representation of color #724D4F: hue angle of 356.76º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724D4F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 79 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.55 |
| HSL | 356.76º | 0.19% | 0.37% | - |
| HSV(B) | 356.76º | 0.32% | 0.45% | - |
| XYZ | 11 | 9.45 | 8.64 | - |
| YUV | 88.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 79 | 0 | 0.32 | 0.31 | 0.55 | 356.76 | 0.19 | 0.37 |
| Hex | 72 | 4D | 4F | 0 | 20 | 1F | 37 | 165 | 13 | 25 |
| Octal | 162 | 115 | 117 | 0 | 40 | 37 | 67 | 545 | 23 | 45 |
| Binary | 1110010 | 1001101 | 1001111 | 0 | 100000 | 11111 | 110111 | 101100101 | 10011 | 100101 |
Color Harmonies of #724D4F
Complementary color
Monochromatic Colors of #724D4F
Black with #724D4F
Text Example
Text Example
White with #724D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D4F; }
p { color: rgb(114,77,79); }
H1.HeaderClassName
{
color: #724D4F;
}
.AnyTagClassName
{
color: #724D4F;
}
</style>
background-color css
<style>
a { background-color: #724D4F; }
a { background-color: rgb(114,77,79); }
div.DivClassName
{
background-color: #724D4F;
}
.BgClassName
{
background-color: #724D4F;
}
</style>
border-color css
<style>
span { border-color: #724D4F; }
span { border-color: rgb(114,77,79); }
td.TdClassName
{
border-color: #724D4F;
}
.TagClassName
{
border-color: #724D4F;
}
</style>