Shades of Falcon #734E52
Tints of Falcon #734E52
RGB
CMYK
RGB Variations
Color information
#734E52 (or 0x734E52) is known color: Falcon. HEX triplet: 73, 4E and 52. RGB value is (115,78,82). Sum of RGB (Red+Green+Blue) = 115+78+82=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #734E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E52 is #8CB1AD. Grayscale: #595959. Windows color (decimal): -9220526 or 5394035. OLE color: 5394035.
HSL color Cylindrical-coordinate representation of color #734E52: hue angle of 353.51º 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 #734E52 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 82 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.55 |
| HSL | 353.51º | 0.19% | 0.38% | - |
| HSV(B) | 353.51º | 0.32% | 0.45% | - |
| XYZ | 11.32 | 9.7 | 9.26 | - |
| YUV | 89.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 82 | 0 | 0.32 | 0.29 | 0.55 | 353.51 | 0.19 | 0.38 |
| Hex | 73 | 4E | 52 | 0 | 20 | 1D | 37 | 162 | 13 | 26 |
| Octal | 163 | 116 | 122 | 0 | 40 | 35 | 67 | 542 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1010010 | 0 | 100000 | 11101 | 110111 | 101100010 | 10011 | 100110 |
Color Harmonies of #734E52
Complementary color
Monochromatic Colors of #734E52
Black with #734E52
Text Example
Text Example
White with #734E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E52; }
p { color: rgb(115,78,82); }
H1.HeaderClassName
{
color: #734E52;
}
.AnyTagClassName
{
color: #734E52;
}
</style>
background-color css
<style>
a { background-color: #734E52; }
a { background-color: rgb(115,78,82); }
div.DivClassName
{
background-color: #734E52;
}
.BgClassName
{
background-color: #734E52;
}
</style>
border-color css
<style>
span { border-color: #734E52; }
span { border-color: rgb(115,78,82); }
td.TdClassName
{
border-color: #734E52;
}
.TagClassName
{
border-color: #734E52;
}
</style>