Shades of Falcon #736264
Tints of Falcon #736264
RGB
CMYK
RGB Variations
Color information
#736264 (or 0x736264) is known color: Falcon. HEX triplet: 73, 62 and 64. RGB value is (115,98,100). Sum of RGB (Red+Green+Blue) = 115+98+100=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736264 is #8C9D9B. Grayscale: #676767. Windows color (decimal): -9215388 or 6578803. OLE color: 6578803.
HSL color Cylindrical-coordinate representation of color #736264: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #736264 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 100 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.55 |
| HSL | 352.94º | 0.08% | 0.42% | - |
| HSV(B) | 352.94º | 0.15% | 0.45% | - |
| XYZ | 13.74 | 13.3 | 13.9 | - |
| YUV | 103.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 100 | 0 | 0.15 | 0.13 | 0.55 | 352.94 | 0.08 | 0.42 |
| Hex | 73 | 62 | 64 | 0 | F | D | 37 | 161 | 8 | 2A |
| Octal | 163 | 142 | 144 | 0 | 17 | 15 | 67 | 541 | 10 | 52 |
| Binary | 1110011 | 1100010 | 1100100 | 0 | 1111 | 1101 | 110111 | 101100001 | 1000 | 101010 |
Color Harmonies of #736264
Complementary color
Monochromatic Colors of #736264
Black with #736264
Text Example
Text Example
White with #736264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736264; }
p { color: rgb(115,98,100); }
H1.HeaderClassName
{
color: #736264;
}
.AnyTagClassName
{
color: #736264;
}
</style>
background-color css
<style>
a { background-color: #736264; }
a { background-color: rgb(115,98,100); }
div.DivClassName
{
background-color: #736264;
}
.BgClassName
{
background-color: #736264;
}
</style>
border-color css
<style>
span { border-color: #736264; }
span { border-color: rgb(115,98,100); }
td.TdClassName
{
border-color: #736264;
}
.TagClassName
{
border-color: #736264;
}
</style>