Shades of Falcon #734E50
Tints of Falcon #734E50
RGB
CMYK
RGB Variations
Color information
#734E50 (or 0x734E50) is known color: Falcon. HEX triplet: 73, 4E and 50. RGB value is (115,78,80). Sum of RGB (Red+Green+Blue) = 115+78+80=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #734E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E50 is #8CB1AF. Grayscale: #595959. Windows color (decimal): -9220528 or 5262963. OLE color: 5262963.
HSL color Cylindrical-coordinate representation of color #734E50: hue angle of 356.76º 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 #734E50 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 80 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.55 |
| HSL | 356.76º | 0.19% | 0.38% | - |
| HSV(B) | 356.76º | 0.32% | 0.45% | - |
| XYZ | 11.24 | 9.67 | 8.86 | - |
| YUV | 89.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 80 | 0 | 0.32 | 0.30 | 0.55 | 356.76 | 0.19 | 0.38 |
| Hex | 73 | 4E | 50 | 0 | 20 | 1E | 37 | 165 | 13 | 26 |
| Octal | 163 | 116 | 120 | 0 | 40 | 36 | 67 | 545 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1010000 | 0 | 100000 | 11110 | 110111 | 101100101 | 10011 | 100110 |
Color Harmonies of #734E50
Complementary color
Monochromatic Colors of #734E50
Black with #734E50
Text Example
Text Example
White with #734E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E50; }
p { color: rgb(115,78,80); }
H1.HeaderClassName
{
color: #734E50;
}
.AnyTagClassName
{
color: #734E50;
}
</style>
background-color css
<style>
a { background-color: #734E50; }
a { background-color: rgb(115,78,80); }
div.DivClassName
{
background-color: #734E50;
}
.BgClassName
{
background-color: #734E50;
}
</style>
border-color css
<style>
span { border-color: #734E50; }
span { border-color: rgb(115,78,80); }
td.TdClassName
{
border-color: #734E50;
}
.TagClassName
{
border-color: #734E50;
}
</style>