Shades of Falcon #754F54
Tints of Falcon #754F54
RGB
CMYK
RGB Variations
Color information
#754F54 (or 0x754F54) is known color: Falcon. HEX triplet: 75, 4F and 54. RGB value is (117,79,84). Sum of RGB (Red+Green+Blue) = 117+79+84=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #754F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F54 is #8AB0AB. Grayscale: #5A5A5A. Windows color (decimal): -9089196 or 5525365. OLE color: 5525365.
HSL color Cylindrical-coordinate representation of color #754F54: hue angle of 352.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F54 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 84 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.54 |
| HSL | 352.11º | 0.19% | 0.38% | - |
| HSV(B) | 352.11º | 0.32% | 0.46% | - |
| XYZ | 11.73 | 10.01 | 9.7 | - |
| YUV | 90.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 84 | 0 | 0.32 | 0.28 | 0.54 | 352.11 | 0.19 | 0.38 |
| Hex | 75 | 4F | 54 | 0 | 20 | 1C | 36 | 160 | 13 | 26 |
| Octal | 165 | 117 | 124 | 0 | 40 | 34 | 66 | 540 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1010100 | 0 | 100000 | 11100 | 110110 | 101100000 | 10011 | 100110 |
Color Harmonies of #754F54
Complementary color
Monochromatic Colors of #754F54
Black with #754F54
Text Example
Text Example
White with #754F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F54; }
p { color: rgb(117,79,84); }
H1.HeaderClassName
{
color: #754F54;
}
.AnyTagClassName
{
color: #754F54;
}
</style>
background-color css
<style>
a { background-color: #754F54; }
a { background-color: rgb(117,79,84); }
div.DivClassName
{
background-color: #754F54;
}
.BgClassName
{
background-color: #754F54;
}
</style>
border-color css
<style>
span { border-color: #754F54; }
span { border-color: rgb(117,79,84); }
td.TdClassName
{
border-color: #754F54;
}
.TagClassName
{
border-color: #754F54;
}
</style>