Shades of Falcon #73585C
Tints of Falcon #73585C
RGB
CMYK
RGB Variations
Color information
#73585C (or 0x73585C) is known color: Falcon. HEX triplet: 73, 58 and 5C. RGB value is (115,88,92). Sum of RGB (Red+Green+Blue) = 115+88+92=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73585C is #8CA7A3. Grayscale: #606060. Windows color (decimal): -9217956 or 6051955. OLE color: 6051955.
HSL color Cylindrical-coordinate representation of color #73585C: hue angle of 351.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73585C is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 88 | 92 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.55 |
| HSL | 351.11º | 0.13% | 0.4% | - |
| HSV(B) | 351.11º | 0.23% | 0.45% | - |
| XYZ | 12.49 | 11.4 | 11.67 | - |
| YUV | 96.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 92 | 0 | 0.23 | 0.20 | 0.55 | 351.11 | 0.13 | 0.4 |
| Hex | 73 | 58 | 5C | 0 | 17 | 14 | 37 | 15F | D | 28 |
| Octal | 163 | 130 | 134 | 0 | 27 | 24 | 67 | 537 | 15 | 50 |
| Binary | 1110011 | 1011000 | 1011100 | 0 | 10111 | 10100 | 110111 | 101011111 | 1101 | 101000 |
Color Harmonies of #73585C
Complementary color
Monochromatic Colors of #73585C
Black with #73585C
Text Example
Text Example
White with #73585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73585C; }
p { color: rgb(115,88,92); }
H1.HeaderClassName
{
color: #73585C;
}
.AnyTagClassName
{
color: #73585C;
}
</style>
background-color css
<style>
a { background-color: #73585C; }
a { background-color: rgb(115,88,92); }
div.DivClassName
{
background-color: #73585C;
}
.BgClassName
{
background-color: #73585C;
}
</style>
border-color css
<style>
span { border-color: #73585C; }
span { border-color: rgb(115,88,92); }
td.TdClassName
{
border-color: #73585C;
}
.TagClassName
{
border-color: #73585C;
}
</style>