Shades of Falcon #735A5E
Tints of Falcon #735A5E
RGB
CMYK
RGB Variations
Color information
#735A5E (or 0x735A5E) is known color: Falcon. HEX triplet: 73, 5A and 5E. RGB value is (115,90,94). Sum of RGB (Red+Green+Blue) = 115+90+94=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A5E is #8CA5A1. Grayscale: #616161. Windows color (decimal): -9217442 or 6183539. OLE color: 6183539.
HSL color Cylindrical-coordinate representation of color #735A5E: hue angle of 350.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A5E is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 94 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.55 |
| HSL | 350.4º | 0.12% | 0.4% | - |
| HSV(B) | 350.4º | 0.22% | 0.45% | - |
| XYZ | 12.75 | 11.77 | 12.19 | - |
| YUV | 97.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 94 | 0 | 0.22 | 0.18 | 0.55 | 350.4 | 0.12 | 0.4 |
| Hex | 73 | 5A | 5E | 0 | 16 | 12 | 37 | 15E | C | 28 |
| Octal | 163 | 132 | 136 | 0 | 26 | 22 | 67 | 536 | 14 | 50 |
| Binary | 1110011 | 1011010 | 1011110 | 0 | 10110 | 10010 | 110111 | 101011110 | 1100 | 101000 |
Color Harmonies of #735A5E
Complementary color
Monochromatic Colors of #735A5E
Black with #735A5E
Text Example
Text Example
White with #735A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A5E; }
p { color: rgb(115,90,94); }
H1.HeaderClassName
{
color: #735A5E;
}
.AnyTagClassName
{
color: #735A5E;
}
</style>
background-color css
<style>
a { background-color: #735A5E; }
a { background-color: rgb(115,90,94); }
div.DivClassName
{
background-color: #735A5E;
}
.BgClassName
{
background-color: #735A5E;
}
</style>
border-color css
<style>
span { border-color: #735A5E; }
span { border-color: rgb(115,90,94); }
td.TdClassName
{
border-color: #735A5E;
}
.TagClassName
{
border-color: #735A5E;
}
</style>