Shades of Falcon #754F50
Tints of Falcon #754F50
RGB
CMYK
RGB Variations
Color information
#754F50 (or 0x754F50) is known color: Falcon. HEX triplet: 75, 4F and 50. RGB value is (117,79,80). Sum of RGB (Red+Green+Blue) = 117+79+80=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F50 is #8AB0AF. Grayscale: #5A5A5A. Windows color (decimal): -9089200 or 5263221. OLE color: 5263221.
HSL color Cylindrical-coordinate representation of color #754F50: hue angle of 358.42º 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 #754F50 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 80 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.54 |
| HSL | 358.42º | 0.19% | 0.38% | - |
| HSV(B) | 358.42º | 0.32% | 0.46% | - |
| XYZ | 11.58 | 9.95 | 8.9 | - |
| YUV | 90.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 80 | 0 | 0.32 | 0.32 | 0.54 | 358.42 | 0.19 | 0.38 |
| Hex | 75 | 4F | 50 | 0 | 20 | 20 | 36 | 166 | 13 | 26 |
| Octal | 165 | 117 | 120 | 0 | 40 | 40 | 66 | 546 | 23 | 46 |
| Binary | 1110101 | 1001111 | 1010000 | 0 | 100000 | 100000 | 110110 | 101100110 | 10011 | 100110 |
Color Harmonies of #754F50
Complementary color
Monochromatic Colors of #754F50
Black with #754F50
Text Example
Text Example
White with #754F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F50; }
p { color: rgb(117,79,80); }
H1.HeaderClassName
{
color: #754F50;
}
.AnyTagClassName
{
color: #754F50;
}
</style>
background-color css
<style>
a { background-color: #754F50; }
a { background-color: rgb(117,79,80); }
div.DivClassName
{
background-color: #754F50;
}
.BgClassName
{
background-color: #754F50;
}
</style>
border-color css
<style>
span { border-color: #754F50; }
span { border-color: rgb(117,79,80); }
td.TdClassName
{
border-color: #754F50;
}
.TagClassName
{
border-color: #754F50;
}
</style>