Shades of Falcon #755559
Tints of Falcon #755559
RGB
CMYK
RGB Variations
Color information
#755559 (or 0x755559) is known color: Falcon. HEX triplet: 75, 55 and 59. RGB value is (117,85,89). Sum of RGB (Red+Green+Blue) = 117+85+89=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #755559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755559 is #8AAAA6. Grayscale: #5F5F5F. Windows color (decimal): -9087655 or 5854581. OLE color: 5854581.
HSL color Cylindrical-coordinate representation of color #755559: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755559 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 89 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.54 |
| HSL | 352.5º | 0.16% | 0.4% | - |
| HSV(B) | 352.5º | 0.27% | 0.46% | - |
| XYZ | 12.39 | 11 | 10.92 | - |
| YUV | 95.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 89 | 0 | 0.27 | 0.24 | 0.54 | 352.5 | 0.16 | 0.4 |
| Hex | 75 | 55 | 59 | 0 | 1B | 18 | 36 | 160 | 10 | 28 |
| Octal | 165 | 125 | 131 | 0 | 33 | 30 | 66 | 540 | 20 | 50 |
| Binary | 1110101 | 1010101 | 1011001 | 0 | 11011 | 11000 | 110110 | 101100000 | 10000 | 101000 |
Color Harmonies of #755559
Complementary color
Monochromatic Colors of #755559
Black with #755559
Text Example
Text Example
White with #755559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755559; }
p { color: rgb(117,85,89); }
H1.HeaderClassName
{
color: #755559;
}
.AnyTagClassName
{
color: #755559;
}
</style>
background-color css
<style>
a { background-color: #755559; }
a { background-color: rgb(117,85,89); }
div.DivClassName
{
background-color: #755559;
}
.BgClassName
{
background-color: #755559;
}
</style>
border-color css
<style>
span { border-color: #755559; }
span { border-color: rgb(117,85,89); }
td.TdClassName
{
border-color: #755559;
}
.TagClassName
{
border-color: #755559;
}
</style>