Shades of Falcon #755455
Tints of Falcon #755455
RGB
CMYK
RGB Variations
Color information
#755455 (or 0x755455) is known color: Falcon. HEX triplet: 75, 54 and 55. RGB value is (117,84,85). Sum of RGB (Red+Green+Blue) = 117+84+85=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755455 is #8AABAA. Grayscale: #5E5E5E. Windows color (decimal): -9087915 or 5592181. OLE color: 5592181.
HSL color Cylindrical-coordinate representation of color #755455: hue angle of 358.18º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755455 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 85 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.54 |
| HSL | 358.18º | 0.16% | 0.39% | - |
| HSV(B) | 358.18º | 0.28% | 0.46% | - |
| XYZ | 12.15 | 10.78 | 10.03 | - |
| YUV | 93.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 85 | 0 | 0.28 | 0.27 | 0.54 | 358.18 | 0.16 | 0.39 |
| Hex | 75 | 54 | 55 | 0 | 1C | 1B | 36 | 166 | 10 | 27 |
| Octal | 165 | 124 | 125 | 0 | 34 | 33 | 66 | 546 | 20 | 47 |
| Binary | 1110101 | 1010100 | 1010101 | 0 | 11100 | 11011 | 110110 | 101100110 | 10000 | 100111 |
Color Harmonies of #755455
Complementary color
Monochromatic Colors of #755455
Black with #755455
Text Example
Text Example
White with #755455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755455; }
p { color: rgb(117,84,85); }
H1.HeaderClassName
{
color: #755455;
}
.AnyTagClassName
{
color: #755455;
}
</style>
background-color css
<style>
a { background-color: #755455; }
a { background-color: rgb(117,84,85); }
div.DivClassName
{
background-color: #755455;
}
.BgClassName
{
background-color: #755455;
}
</style>
border-color css
<style>
span { border-color: #755455; }
span { border-color: rgb(117,84,85); }
td.TdClassName
{
border-color: #755455;
}
.TagClassName
{
border-color: #755455;
}
</style>