Shades of Falcon #735C60
Tints of Falcon #735C60
RGB
CMYK
RGB Variations
Color information
#735C60 (or 0x735C60) is known color: Falcon. HEX triplet: 73, 5C and 60. RGB value is (115,92,96). Sum of RGB (Red+Green+Blue) = 115+92+96=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C60 is #8CA39F. Grayscale: #636363. Windows color (decimal): -9216928 or 6315123. OLE color: 6315123.
HSL color Cylindrical-coordinate representation of color #735C60: hue angle of 349.57º 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 #735C60 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 96 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.55 |
| HSL | 349.57º | 0.11% | 0.41% | - |
| HSV(B) | 349.57º | 0.2% | 0.45% | - |
| XYZ | 13.01 | 12.14 | 12.72 | - |
| YUV | 99.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 96 | 0 | 0.20 | 0.17 | 0.55 | 349.57 | 0.11 | 0.41 |
| Hex | 73 | 5C | 60 | 0 | 14 | 11 | 37 | 15E | B | 29 |
| Octal | 163 | 134 | 140 | 0 | 24 | 21 | 67 | 536 | 13 | 51 |
| Binary | 1110011 | 1011100 | 1100000 | 0 | 10100 | 10001 | 110111 | 101011110 | 1011 | 101001 |
Color Harmonies of #735C60
Complementary color
Monochromatic Colors of #735C60
Black with #735C60
Text Example
Text Example
White with #735C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C60; }
p { color: rgb(115,92,96); }
H1.HeaderClassName
{
color: #735C60;
}
.AnyTagClassName
{
color: #735C60;
}
</style>
background-color css
<style>
a { background-color: #735C60; }
a { background-color: rgb(115,92,96); }
div.DivClassName
{
background-color: #735C60;
}
.BgClassName
{
background-color: #735C60;
}
</style>
border-color css
<style>
span { border-color: #735C60; }
span { border-color: rgb(115,92,96); }
td.TdClassName
{
border-color: #735C60;
}
.TagClassName
{
border-color: #735C60;
}
</style>