Shades of Falcon #73565D
Tints of Falcon #73565D
RGB
CMYK
RGB Variations
Color information
#73565D (or 0x73565D) is known color: Falcon. HEX triplet: 73, 56 and 5D. RGB value is (115,86,93). Sum of RGB (Red+Green+Blue) = 115+86+93=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #73565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73565D is #8CA9A2. Grayscale: #5F5F5F. Windows color (decimal): -9218467 or 6116979. OLE color: 6116979.
HSL color Cylindrical-coordinate representation of color #73565D: hue angle of 345.52º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73565D is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 93 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.55 |
| HSL | 345.52º | 0.14% | 0.39% | - |
| HSV(B) | 345.52º | 0.25% | 0.45% | - |
| XYZ | 12.37 | 11.09 | 11.84 | - |
| YUV | 95.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 93 | 0 | 0.25 | 0.19 | 0.55 | 345.52 | 0.14 | 0.39 |
| Hex | 73 | 56 | 5D | 0 | 19 | 13 | 37 | 15A | E | 27 |
| Octal | 163 | 126 | 135 | 0 | 31 | 23 | 67 | 532 | 16 | 47 |
| Binary | 1110011 | 1010110 | 1011101 | 0 | 11001 | 10011 | 110111 | 101011010 | 1110 | 100111 |
Color Harmonies of #73565D
Complementary color
Monochromatic Colors of #73565D
Black with #73565D
Text Example
Text Example
White with #73565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73565D; }
p { color: rgb(115,86,93); }
H1.HeaderClassName
{
color: #73565D;
}
.AnyTagClassName
{
color: #73565D;
}
</style>
background-color css
<style>
a { background-color: #73565D; }
a { background-color: rgb(115,86,93); }
div.DivClassName
{
background-color: #73565D;
}
.BgClassName
{
background-color: #73565D;
}
</style>
border-color css
<style>
span { border-color: #73565D; }
span { border-color: rgb(115,86,93); }
td.TdClassName
{
border-color: #73565D;
}
.TagClassName
{
border-color: #73565D;
}
</style>