Shades of Falcon #734E56
Tints of Falcon #734E56
RGB
CMYK
RGB Variations
Color information
#734E56 (or 0x734E56) is known color: Falcon. HEX triplet: 73, 4E and 56. RGB value is (115,78,86). Sum of RGB (Red+Green+Blue) = 115+78+86=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #734E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E56 is #8CB1A9. Grayscale: #595959. Windows color (decimal): -9220522 or 5656179. OLE color: 5656179.
HSL color Cylindrical-coordinate representation of color #734E56: hue angle of 347.03º 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 #734E56 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 86 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.55 |
| HSL | 347.03º | 0.19% | 0.38% | - |
| HSV(B) | 347.03º | 0.32% | 0.45% | - |
| XYZ | 11.47 | 9.77 | 10.08 | - |
| YUV | 89.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 86 | 0 | 0.32 | 0.25 | 0.55 | 347.03 | 0.19 | 0.38 |
| Hex | 73 | 4E | 56 | 0 | 20 | 19 | 37 | 15B | 13 | 26 |
| Octal | 163 | 116 | 126 | 0 | 40 | 31 | 67 | 533 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1010110 | 0 | 100000 | 11001 | 110111 | 101011011 | 10011 | 100110 |
Color Harmonies of #734E56
Complementary color
Monochromatic Colors of #734E56
Black with #734E56
Text Example
Text Example
White with #734E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E56; }
p { color: rgb(115,78,86); }
H1.HeaderClassName
{
color: #734E56;
}
.AnyTagClassName
{
color: #734E56;
}
</style>
background-color css
<style>
a { background-color: #734E56; }
a { background-color: rgb(115,78,86); }
div.DivClassName
{
background-color: #734E56;
}
.BgClassName
{
background-color: #734E56;
}
</style>
border-color css
<style>
span { border-color: #734E56; }
span { border-color: rgb(115,78,86); }
td.TdClassName
{
border-color: #734E56;
}
.TagClassName
{
border-color: #734E56;
}
</style>