Shades of Falcon #735C61
Tints of Falcon #735C61
RGB
CMYK
RGB Variations
Color information
#735C61 (or 0x735C61) is known color: Falcon. HEX triplet: 73, 5C and 61. RGB value is (115,92,97). Sum of RGB (Red+Green+Blue) = 115+92+97=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #735C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C61 is #8CA39E. Grayscale: #636363. Windows color (decimal): -9216927 or 6380659. OLE color: 6380659.
HSL color Cylindrical-coordinate representation of color #735C61: hue angle of 346.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C61 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 97 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.55 |
| HSL | 346.96º | 0.11% | 0.41% | - |
| HSV(B) | 346.96º | 0.2% | 0.45% | - |
| XYZ | 13.06 | 12.16 | 12.97 | - |
| YUV | 99.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 97 | 0 | 0.20 | 0.16 | 0.55 | 346.96 | 0.11 | 0.41 |
| Hex | 73 | 5C | 61 | 0 | 14 | 10 | 37 | 15B | B | 29 |
| Octal | 163 | 134 | 141 | 0 | 24 | 20 | 67 | 533 | 13 | 51 |
| Binary | 1110011 | 1011100 | 1100001 | 0 | 10100 | 10000 | 110111 | 101011011 | 1011 | 101001 |
Color Harmonies of #735C61
Complementary color
Monochromatic Colors of #735C61
Black with #735C61
Text Example
Text Example
White with #735C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C61; }
p { color: rgb(115,92,97); }
H1.HeaderClassName
{
color: #735C61;
}
.AnyTagClassName
{
color: #735C61;
}
</style>
background-color css
<style>
a { background-color: #735C61; }
a { background-color: rgb(115,92,97); }
div.DivClassName
{
background-color: #735C61;
}
.BgClassName
{
background-color: #735C61;
}
</style>
border-color css
<style>
span { border-color: #735C61; }
span { border-color: rgb(115,92,97); }
td.TdClassName
{
border-color: #735C61;
}
.TagClassName
{
border-color: #735C61;
}
</style>