Shades of Falcon #734F56
Tints of Falcon #734F56
RGB
CMYK
RGB Variations
Color information
#734F56 (or 0x734F56) is known color: Falcon. HEX triplet: 73, 4F and 56. RGB value is (115,79,86). Sum of RGB (Red+Green+Blue) = 115+79+86=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F56 is #8CB0A9. Grayscale: #5A5A5A. Windows color (decimal): -9220266 or 5656435. OLE color: 5656435.
HSL color Cylindrical-coordinate representation of color #734F56: hue angle of 348.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F56 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 86 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.55 |
| HSL | 348.33º | 0.19% | 0.38% | - |
| HSV(B) | 348.33º | 0.31% | 0.45% | - |
| XYZ | 11.55 | 9.91 | 10.11 | - |
| YUV | 90.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 86 | 0 | 0.31 | 0.25 | 0.55 | 348.33 | 0.19 | 0.38 |
| Hex | 73 | 4F | 56 | 0 | 1F | 19 | 37 | 15C | 13 | 26 |
| Octal | 163 | 117 | 126 | 0 | 37 | 31 | 67 | 534 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1010110 | 0 | 11111 | 11001 | 110111 | 101011100 | 10011 | 100110 |
Color Harmonies of #734F56
Complementary color
Monochromatic Colors of #734F56
Black with #734F56
Text Example
Text Example
White with #734F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F56; }
p { color: rgb(115,79,86); }
H1.HeaderClassName
{
color: #734F56;
}
.AnyTagClassName
{
color: #734F56;
}
</style>
background-color css
<style>
a { background-color: #734F56; }
a { background-color: rgb(115,79,86); }
div.DivClassName
{
background-color: #734F56;
}
.BgClassName
{
background-color: #734F56;
}
</style>
border-color css
<style>
span { border-color: #734F56; }
span { border-color: rgb(115,79,86); }
td.TdClassName
{
border-color: #734F56;
}
.TagClassName
{
border-color: #734F56;
}
</style>