Shades of Falcon #754D52
Tints of Falcon #754D52
RGB
CMYK
RGB Variations
Color information
#754D52 (or 0x754D52) is known color: Falcon. HEX triplet: 75, 4D and 52. RGB value is (117,77,82). Sum of RGB (Red+Green+Blue) = 117+77+82=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D52 is #8AB2AD. Grayscale: #595959. Windows color (decimal): -9089710 or 5393781. OLE color: 5393781.
HSL color Cylindrical-coordinate representation of color #754D52: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D52 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 82 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.54 |
| HSL | 352.5º | 0.21% | 0.38% | - |
| HSV(B) | 352.5º | 0.34% | 0.46% | - |
| XYZ | 11.51 | 9.7 | 9.25 | - |
| YUV | 89.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 82 | 0 | 0.34 | 0.30 | 0.54 | 352.5 | 0.21 | 0.38 |
| Hex | 75 | 4D | 52 | 0 | 22 | 1E | 36 | 160 | 15 | 26 |
| Octal | 165 | 115 | 122 | 0 | 42 | 36 | 66 | 540 | 25 | 46 |
| Binary | 1110101 | 1001101 | 1010010 | 0 | 100010 | 11110 | 110110 | 101100000 | 10101 | 100110 |
Color Harmonies of #754D52
Complementary color
Monochromatic Colors of #754D52
Black with #754D52
Text Example
Text Example
White with #754D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D52; }
p { color: rgb(117,77,82); }
H1.HeaderClassName
{
color: #754D52;
}
.AnyTagClassName
{
color: #754D52;
}
</style>
background-color css
<style>
a { background-color: #754D52; }
a { background-color: rgb(117,77,82); }
div.DivClassName
{
background-color: #754D52;
}
.BgClassName
{
background-color: #754D52;
}
</style>
border-color css
<style>
span { border-color: #754D52; }
span { border-color: rgb(117,77,82); }
td.TdClassName
{
border-color: #754D52;
}
.TagClassName
{
border-color: #754D52;
}
</style>