Shades of Falcon #754E51
Tints of Falcon #754E51
RGB
CMYK
RGB Variations
Color information
#754E51 (or 0x754E51) is known color: Falcon. HEX triplet: 75, 4E and 51. RGB value is (117,78,81). Sum of RGB (Red+Green+Blue) = 117+78+81=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E51 is #8AB1AE. Grayscale: #5A5A5A. Windows color (decimal): -9089455 or 5328501. OLE color: 5328501.
HSL color Cylindrical-coordinate representation of color #754E51: hue angle of 355.38º 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 #754E51 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 81 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.54 |
| HSL | 355.38º | 0.2% | 0.38% | - |
| HSV(B) | 355.38º | 0.33% | 0.46% | - |
| XYZ | 11.55 | 9.82 | 9.07 | - |
| YUV | 90 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 81 | 0 | 0.33 | 0.31 | 0.54 | 355.38 | 0.2 | 0.38 |
| Hex | 75 | 4E | 51 | 0 | 21 | 1F | 36 | 163 | 14 | 26 |
| Octal | 165 | 116 | 121 | 0 | 41 | 37 | 66 | 543 | 24 | 46 |
| Binary | 1110101 | 1001110 | 1010001 | 0 | 100001 | 11111 | 110110 | 101100011 | 10100 | 100110 |
Color Harmonies of #754E51
Complementary color
Monochromatic Colors of #754E51
Black with #754E51
Text Example
Text Example
White with #754E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E51; }
p { color: rgb(117,78,81); }
H1.HeaderClassName
{
color: #754E51;
}
.AnyTagClassName
{
color: #754E51;
}
</style>
background-color css
<style>
a { background-color: #754E51; }
a { background-color: rgb(117,78,81); }
div.DivClassName
{
background-color: #754E51;
}
.BgClassName
{
background-color: #754E51;
}
</style>
border-color css
<style>
span { border-color: #754E51; }
span { border-color: rgb(117,78,81); }
td.TdClassName
{
border-color: #754E51;
}
.TagClassName
{
border-color: #754E51;
}
</style>