Shades of Falcon #735559
Tints of Falcon #735559
RGB
CMYK
RGB Variations
Color information
#735559 (or 0x735559) is known color: Falcon. HEX triplet: 73, 55 and 59. RGB value is (115,85,89). Sum of RGB (Red+Green+Blue) = 115+85+89=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #735559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735559 is #8CAAA6. Grayscale: #5E5E5E. Windows color (decimal): -9218727 or 5854579. OLE color: 5854579.
HSL color Cylindrical-coordinate representation of color #735559: hue angle of 352º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735559 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 89 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.55 |
| HSL | 352º | 0.15% | 0.39% | - |
| HSV(B) | 352º | 0.26% | 0.45% | - |
| XYZ | 12.12 | 10.86 | 10.91 | - |
| YUV | 94.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 89 | 0 | 0.26 | 0.23 | 0.55 | 352 | 0.15 | 0.39 |
| Hex | 73 | 55 | 59 | 0 | 1A | 17 | 37 | 160 | F | 27 |
| Octal | 163 | 125 | 131 | 0 | 32 | 27 | 67 | 540 | 17 | 47 |
| Binary | 1110011 | 1010101 | 1011001 | 0 | 11010 | 10111 | 110111 | 101100000 | 1111 | 100111 |
Color Harmonies of #735559
Complementary color
Monochromatic Colors of #735559
Black with #735559
Text Example
Text Example
White with #735559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735559; }
p { color: rgb(115,85,89); }
H1.HeaderClassName
{
color: #735559;
}
.AnyTagClassName
{
color: #735559;
}
</style>
background-color css
<style>
a { background-color: #735559; }
a { background-color: rgb(115,85,89); }
div.DivClassName
{
background-color: #735559;
}
.BgClassName
{
background-color: #735559;
}
</style>
border-color css
<style>
span { border-color: #735559; }
span { border-color: rgb(115,85,89); }
td.TdClassName
{
border-color: #735559;
}
.TagClassName
{
border-color: #735559;
}
</style>