Shades of Falcon #735354
Tints of Falcon #735354
RGB
CMYK
RGB Variations
Color information
#735354 (or 0x735354) is known color: Falcon. HEX triplet: 73, 53 and 54. RGB value is (115,83,84). Sum of RGB (Red+Green+Blue) = 115+83+84=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735354 is #8CACAB. Grayscale: #5C5C5C. Windows color (decimal): -9219244 or 5526387. OLE color: 5526387.
HSL color Cylindrical-coordinate representation of color #735354: hue angle of 358.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #735354 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 84 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.55 |
| HSL | 358.13º | 0.16% | 0.39% | - |
| HSV(B) | 358.13º | 0.28% | 0.45% | - |
| XYZ | 11.76 | 10.47 | 9.79 | - |
| YUV | 92.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 84 | 0 | 0.28 | 0.27 | 0.55 | 358.13 | 0.16 | 0.39 |
| Hex | 73 | 53 | 54 | 0 | 1C | 1B | 37 | 166 | 10 | 27 |
| Octal | 163 | 123 | 124 | 0 | 34 | 33 | 67 | 546 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1010100 | 0 | 11100 | 11011 | 110111 | 101100110 | 10000 | 100111 |
Color Harmonies of #735354
Complementary color
Monochromatic Colors of #735354
Black with #735354
Text Example
Text Example
White with #735354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735354; }
p { color: rgb(115,83,84); }
H1.HeaderClassName
{
color: #735354;
}
.AnyTagClassName
{
color: #735354;
}
</style>
background-color css
<style>
a { background-color: #735354; }
a { background-color: rgb(115,83,84); }
div.DivClassName
{
background-color: #735354;
}
.BgClassName
{
background-color: #735354;
}
</style>
border-color css
<style>
span { border-color: #735354; }
span { border-color: rgb(115,83,84); }
td.TdClassName
{
border-color: #735354;
}
.TagClassName
{
border-color: #735354;
}
</style>