Shades of Falcon #755155
Tints of Falcon #755155
RGB
CMYK
RGB Variations
Color information
#755155 (or 0x755155) is known color: Falcon. HEX triplet: 75, 51 and 55. RGB value is (117,81,85). Sum of RGB (Red+Green+Blue) = 117+81+85=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755155 is #8AAEAA. Grayscale: #5C5C5C. Windows color (decimal): -9088683 or 5591413. OLE color: 5591413.
HSL color Cylindrical-coordinate representation of color #755155: hue angle of 353.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #755155 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 85 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.54 |
| HSL | 353.33º | 0.18% | 0.39% | - |
| HSV(B) | 353.33º | 0.31% | 0.46% | - |
| XYZ | 11.92 | 10.32 | 9.96 | - |
| YUV | 92.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 85 | 0 | 0.31 | 0.27 | 0.54 | 353.33 | 0.18 | 0.39 |
| Hex | 75 | 51 | 55 | 0 | 1F | 1B | 36 | 161 | 12 | 27 |
| Octal | 165 | 121 | 125 | 0 | 37 | 33 | 66 | 541 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1010101 | 0 | 11111 | 11011 | 110110 | 101100001 | 10010 | 100111 |
Color Harmonies of #755155
Complementary color
Monochromatic Colors of #755155
Black with #755155
Text Example
Text Example
White with #755155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755155; }
p { color: rgb(117,81,85); }
H1.HeaderClassName
{
color: #755155;
}
.AnyTagClassName
{
color: #755155;
}
</style>
background-color css
<style>
a { background-color: #755155; }
a { background-color: rgb(117,81,85); }
div.DivClassName
{
background-color: #755155;
}
.BgClassName
{
background-color: #755155;
}
</style>
border-color css
<style>
span { border-color: #755155; }
span { border-color: rgb(117,81,85); }
td.TdClassName
{
border-color: #755155;
}
.TagClassName
{
border-color: #755155;
}
</style>