Shades of Falcon #734D54
Tints of Falcon #734D54
RGB
CMYK
RGB Variations
Color information
#734D54 (or 0x734D54) is known color: Falcon. HEX triplet: 73, 4D and 54. RGB value is (115,77,84). Sum of RGB (Red+Green+Blue) = 115+77+84=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #734D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D54 is #8CB2AB. Grayscale: #595959. Windows color (decimal): -9220780 or 5524851. OLE color: 5524851.
HSL color Cylindrical-coordinate representation of color #734D54: hue angle of 348.95º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #734D54 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 77 | 84 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.55 |
| HSL | 348.95º | 0.2% | 0.38% | - |
| HSV(B) | 348.95º | 0.33% | 0.45% | - |
| XYZ | 11.32 | 9.59 | 9.64 | - |
| YUV | 89.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 84 | 0 | 0.33 | 0.27 | 0.55 | 348.95 | 0.2 | 0.38 |
| Hex | 73 | 4D | 54 | 0 | 21 | 1B | 37 | 15D | 14 | 26 |
| Octal | 163 | 115 | 124 | 0 | 41 | 33 | 67 | 535 | 24 | 46 |
| Binary | 1110011 | 1001101 | 1010100 | 0 | 100001 | 11011 | 110111 | 101011101 | 10100 | 100110 |
Color Harmonies of #734D54
Complementary color
Monochromatic Colors of #734D54
Black with #734D54
Text Example
Text Example
White with #734D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734D54; }
p { color: rgb(115,77,84); }
H1.HeaderClassName
{
color: #734D54;
}
.AnyTagClassName
{
color: #734D54;
}
</style>
background-color css
<style>
a { background-color: #734D54; }
a { background-color: rgb(115,77,84); }
div.DivClassName
{
background-color: #734D54;
}
.BgClassName
{
background-color: #734D54;
}
</style>
border-color css
<style>
span { border-color: #734D54; }
span { border-color: rgb(115,77,84); }
td.TdClassName
{
border-color: #734D54;
}
.TagClassName
{
border-color: #734D54;
}
</style>