Shades of Falcon #754F56
Tints of Falcon #754F56
RGB
CMYK
RGB Variations
Color information
#754F56 (or 0x754F56) is known color: Falcon. HEX triplet: 75, 4F and 56. RGB value is (117,79,86). Sum of RGB (Red+Green+Blue) = 117+79+86=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #754F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F56 is #8AB0A9. Grayscale: #5B5B5B. Windows color (decimal): -9089194 or 5656437. OLE color: 5656437.
HSL color Cylindrical-coordinate representation of color #754F56: hue angle of 348.95º 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 #754F56 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 86 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.54 |
| HSL | 348.95º | 0.19% | 0.38% | - |
| HSV(B) | 348.95º | 0.32% | 0.46% | - |
| XYZ | 11.81 | 10.05 | 10.12 | - |
| YUV | 91.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 86 | 0 | 0.32 | 0.26 | 0.54 | 348.95 | 0.19 | 0.38 |
| Hex | 75 | 4F | 56 | 0 | 20 | 1A | 36 | 15D | 13 | 26 |
| Octal | 165 | 117 | 126 | 0 | 40 | 32 | 66 | 535 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1010110 | 0 | 100000 | 11010 | 110110 | 101011101 | 10011 | 100110 |
Color Harmonies of #754F56
Complementary color
Monochromatic Colors of #754F56
Black with #754F56
Text Example
Text Example
White with #754F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F56; }
p { color: rgb(117,79,86); }
H1.HeaderClassName
{
color: #754F56;
}
.AnyTagClassName
{
color: #754F56;
}
</style>
background-color css
<style>
a { background-color: #754F56; }
a { background-color: rgb(117,79,86); }
div.DivClassName
{
background-color: #754F56;
}
.BgClassName
{
background-color: #754F56;
}
</style>
border-color css
<style>
span { border-color: #754F56; }
span { border-color: rgb(117,79,86); }
td.TdClassName
{
border-color: #754F56;
}
.TagClassName
{
border-color: #754F56;
}
</style>