Shades of Falcon #735E61
Tints of Falcon #735E61
RGB
CMYK
RGB Variations
Color information
#735E61 (or 0x735E61) is known color: Falcon. HEX triplet: 73, 5E and 61. RGB value is (115,94,97). Sum of RGB (Red+Green+Blue) = 115+94+97=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #735E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E61 is #8CA19E. Grayscale: #646464. Windows color (decimal): -9216415 or 6381171. OLE color: 6381171.
HSL color Cylindrical-coordinate representation of color #735E61: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #735E61 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 97 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.55 |
| HSL | 351.43º | 0.1% | 0.41% | - |
| HSV(B) | 351.43º | 0.18% | 0.45% | - |
| XYZ | 13.23 | 12.51 | 13.03 | - |
| YUV | 100.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 97 | 0 | 0.18 | 0.16 | 0.55 | 351.43 | 0.1 | 0.41 |
| Hex | 73 | 5E | 61 | 0 | 12 | 10 | 37 | 15F | A | 29 |
| Octal | 163 | 136 | 141 | 0 | 22 | 20 | 67 | 537 | 12 | 51 |
| Binary | 1110011 | 1011110 | 1100001 | 0 | 10010 | 10000 | 110111 | 101011111 | 1010 | 101001 |
Color Harmonies of #735E61
Complementary color
Monochromatic Colors of #735E61
Black with #735E61
Text Example
Text Example
White with #735E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E61; }
p { color: rgb(115,94,97); }
H1.HeaderClassName
{
color: #735E61;
}
.AnyTagClassName
{
color: #735E61;
}
</style>
background-color css
<style>
a { background-color: #735E61; }
a { background-color: rgb(115,94,97); }
div.DivClassName
{
background-color: #735E61;
}
.BgClassName
{
background-color: #735E61;
}
</style>
border-color css
<style>
span { border-color: #735E61; }
span { border-color: rgb(115,94,97); }
td.TdClassName
{
border-color: #735E61;
}
.TagClassName
{
border-color: #735E61;
}
</style>