Shades of Falcon #756264
Tints of Falcon #756264
RGB
CMYK
RGB Variations
Color information
#756264 (or 0x756264) is known color: Falcon. HEX triplet: 75, 62 and 64. RGB value is (117,98,100). Sum of RGB (Red+Green+Blue) = 117+98+100=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756264 is #8A9D9B. Grayscale: #676767. Windows color (decimal): -9084316 or 6578805. OLE color: 6578805.
HSL color Cylindrical-coordinate representation of color #756264: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #756264 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 100 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.54 |
| HSL | 353.68º | 0.09% | 0.42% | - |
| HSV(B) | 353.68º | 0.16% | 0.46% | - |
| XYZ | 14 | 13.44 | 13.91 | - |
| YUV | 103.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 100 | 0 | 0.16 | 0.15 | 0.54 | 353.68 | 0.09 | 0.42 |
| Hex | 75 | 62 | 64 | 0 | 10 | F | 36 | 162 | 9 | 2A |
| Octal | 165 | 142 | 144 | 0 | 20 | 17 | 66 | 542 | 11 | 52 |
| Binary | 1110101 | 1100010 | 1100100 | 0 | 10000 | 1111 | 110110 | 101100010 | 1001 | 101010 |
Color Harmonies of #756264
Complementary color
Monochromatic Colors of #756264
Black with #756264
Text Example
Text Example
White with #756264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756264; }
p { color: rgb(117,98,100); }
H1.HeaderClassName
{
color: #756264;
}
.AnyTagClassName
{
color: #756264;
}
</style>
background-color css
<style>
a { background-color: #756264; }
a { background-color: rgb(117,98,100); }
div.DivClassName
{
background-color: #756264;
}
.BgClassName
{
background-color: #756264;
}
</style>
border-color css
<style>
span { border-color: #756264; }
span { border-color: rgb(117,98,100); }
td.TdClassName
{
border-color: #756264;
}
.TagClassName
{
border-color: #756264;
}
</style>