Shades of Falcon #73575D
Tints of Falcon #73575D
RGB
CMYK
RGB Variations
Color information
#73575D (or 0x73575D) is known color: Falcon. HEX triplet: 73, 57 and 5D. RGB value is (115,87,93). Sum of RGB (Red+Green+Blue) = 115+87+93=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73575D is #8CA8A2. Grayscale: #606060. Windows color (decimal): -9218211 or 6117235. OLE color: 6117235.
HSL color Cylindrical-coordinate representation of color #73575D: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73575D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 93 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.55 |
| HSL | 347.14º | 0.14% | 0.4% | - |
| HSV(B) | 347.14º | 0.24% | 0.45% | - |
| XYZ | 12.45 | 11.25 | 11.87 | - |
| YUV | 96.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 93 | 0 | 0.24 | 0.19 | 0.55 | 347.14 | 0.14 | 0.4 |
| Hex | 73 | 57 | 5D | 0 | 18 | 13 | 37 | 15B | E | 28 |
| Octal | 163 | 127 | 135 | 0 | 30 | 23 | 67 | 533 | 16 | 50 |
| Binary | 1110011 | 1010111 | 1011101 | 0 | 11000 | 10011 | 110111 | 101011011 | 1110 | 101000 |
Color Harmonies of #73575D
Complementary color
Monochromatic Colors of #73575D
Black with #73575D
Text Example
Text Example
White with #73575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73575D; }
p { color: rgb(115,87,93); }
H1.HeaderClassName
{
color: #73575D;
}
.AnyTagClassName
{
color: #73575D;
}
</style>
background-color css
<style>
a { background-color: #73575D; }
a { background-color: rgb(115,87,93); }
div.DivClassName
{
background-color: #73575D;
}
.BgClassName
{
background-color: #73575D;
}
</style>
border-color css
<style>
span { border-color: #73575D; }
span { border-color: rgb(115,87,93); }
td.TdClassName
{
border-color: #73575D;
}
.TagClassName
{
border-color: #73575D;
}
</style>