Shades of Falcon #735455
Tints of Falcon #735455
RGB
CMYK
RGB Variations
Color information
#735455 (or 0x735455) is known color: Falcon. HEX triplet: 73, 54 and 55. RGB value is (115,84,85). Sum of RGB (Red+Green+Blue) = 115+84+85=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735455 is #8CABAA. Grayscale: #5D5D5D. Windows color (decimal): -9218987 or 5592179. OLE color: 5592179.
HSL color Cylindrical-coordinate representation of color #735455: hue angle of 358.06º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735455 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 85 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.55 |
| HSL | 358.06º | 0.16% | 0.39% | - |
| HSV(B) | 358.06º | 0.27% | 0.45% | - |
| XYZ | 11.88 | 10.64 | 10.02 | - |
| YUV | 93.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 85 | 0 | 0.27 | 0.26 | 0.55 | 358.06 | 0.16 | 0.39 |
| Hex | 73 | 54 | 55 | 0 | 1B | 1A | 37 | 166 | 10 | 27 |
| Octal | 163 | 124 | 125 | 0 | 33 | 32 | 67 | 546 | 20 | 47 |
| Binary | 1110011 | 1010100 | 1010101 | 0 | 11011 | 11010 | 110111 | 101100110 | 10000 | 100111 |
Color Harmonies of #735455
Complementary color
Monochromatic Colors of #735455
Black with #735455
Text Example
Text Example
White with #735455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735455; }
p { color: rgb(115,84,85); }
H1.HeaderClassName
{
color: #735455;
}
.AnyTagClassName
{
color: #735455;
}
</style>
background-color css
<style>
a { background-color: #735455; }
a { background-color: rgb(115,84,85); }
div.DivClassName
{
background-color: #735455;
}
.BgClassName
{
background-color: #735455;
}
</style>
border-color css
<style>
span { border-color: #735455; }
span { border-color: rgb(115,84,85); }
td.TdClassName
{
border-color: #735455;
}
.TagClassName
{
border-color: #735455;
}
</style>