Shades of Falcon #754E56
Tints of Falcon #754E56
RGB
CMYK
RGB Variations
Color information
#754E56 (or 0x754E56) is known color: Falcon. HEX triplet: 75, 4E and 56. RGB value is (117,78,86). Sum of RGB (Red+Green+Blue) = 117+78+86=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #754E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E56 is #8AB1A9. Grayscale: #5A5A5A. Windows color (decimal): -9089450 or 5656181. OLE color: 5656181.
HSL color Cylindrical-coordinate representation of color #754E56: hue angle of 347.69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E56 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 86 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.54 |
| HSL | 347.69º | 0.2% | 0.38% | - |
| HSV(B) | 347.69º | 0.33% | 0.46% | - |
| XYZ | 11.74 | 9.9 | 10.1 | - |
| YUV | 90.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 86 | 0 | 0.33 | 0.26 | 0.54 | 347.69 | 0.2 | 0.38 |
| Hex | 75 | 4E | 56 | 0 | 21 | 1A | 36 | 15C | 14 | 26 |
| Octal | 165 | 116 | 126 | 0 | 41 | 32 | 66 | 534 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1010110 | 0 | 100001 | 11010 | 110110 | 101011100 | 10100 | 100110 |
Color Harmonies of #754E56
Complementary color
Monochromatic Colors of #754E56
Black with #754E56
Text Example
Text Example
White with #754E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E56; }
p { color: rgb(117,78,86); }
H1.HeaderClassName
{
color: #754E56;
}
.AnyTagClassName
{
color: #754E56;
}
</style>
background-color css
<style>
a { background-color: #754E56; }
a { background-color: rgb(117,78,86); }
div.DivClassName
{
background-color: #754E56;
}
.BgClassName
{
background-color: #754E56;
}
</style>
border-color css
<style>
span { border-color: #754E56; }
span { border-color: rgb(117,78,86); }
td.TdClassName
{
border-color: #754E56;
}
.TagClassName
{
border-color: #754E56;
}
</style>