Shades of Falcon #724E4F
Tints of Falcon #724E4F
RGB
CMYK
RGB Variations
Color information
#724E4F (or 0x724E4F) is known color: Falcon. HEX triplet: 72, 4E and 4F. RGB value is (114,78,79). Sum of RGB (Red+Green+Blue) = 114+78+79=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #724E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E4F is #8DB1B0. Grayscale: #585858. Windows color (decimal): -9286065 or 5197426. OLE color: 5197426.
HSL color Cylindrical-coordinate representation of color #724E4F: hue angle of 358.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E4F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 79 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.55 |
| HSL | 358.33º | 0.19% | 0.38% | - |
| HSV(B) | 358.33º | 0.32% | 0.45% | - |
| XYZ | 11.08 | 9.59 | 8.66 | - |
| YUV | 88.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 79 | 0 | 0.32 | 0.31 | 0.55 | 358.33 | 0.19 | 0.38 |
| Hex | 72 | 4E | 4F | 0 | 20 | 1F | 37 | 166 | 13 | 26 |
| Octal | 162 | 116 | 117 | 0 | 40 | 37 | 67 | 546 | 23 | 46 |
| Binary | 1110010 | 1001110 | 1001111 | 0 | 100000 | 11111 | 110111 | 101100110 | 10011 | 100110 |
Color Harmonies of #724E4F
Complementary color
Monochromatic Colors of #724E4F
Black with #724E4F
Text Example
Text Example
White with #724E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E4F; }
p { color: rgb(114,78,79); }
H1.HeaderClassName
{
color: #724E4F;
}
.AnyTagClassName
{
color: #724E4F;
}
</style>
background-color css
<style>
a { background-color: #724E4F; }
a { background-color: rgb(114,78,79); }
div.DivClassName
{
background-color: #724E4F;
}
.BgClassName
{
background-color: #724E4F;
}
</style>
border-color css
<style>
span { border-color: #724E4F; }
span { border-color: rgb(114,78,79); }
td.TdClassName
{
border-color: #724E4F;
}
.TagClassName
{
border-color: #724E4F;
}
</style>