Shades of Falcon #766264
Tints of Falcon #766264
RGB
CMYK
RGB Variations
Color information
#766264 (or 0x766264) is known color: Falcon. HEX triplet: 76, 62 and 64. RGB value is (118,98,100). Sum of RGB (Red+Green+Blue) = 118+98+100=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766264 is #899D9B. Grayscale: #686868. Windows color (decimal): -9018780 or 6578806. OLE color: 6578806.
HSL color Cylindrical-coordinate representation of color #766264: hue angle of 354º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766264 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 100 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.54 |
| HSL | 354º | 0.09% | 0.42% | - |
| HSV(B) | 354º | 0.17% | 0.46% | - |
| XYZ | 14.14 | 13.51 | 13.92 | - |
| YUV | 104.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 100 | 0 | 0.17 | 0.15 | 0.54 | 354 | 0.09 | 0.42 |
| Hex | 76 | 62 | 64 | 0 | 11 | F | 36 | 162 | 9 | 2A |
| Octal | 166 | 142 | 144 | 0 | 21 | 17 | 66 | 542 | 11 | 52 |
| Binary | 1110110 | 1100010 | 1100100 | 0 | 10001 | 1111 | 110110 | 101100010 | 1001 | 101010 |
Color Harmonies of #766264
Complementary color
Monochromatic Colors of #766264
Black with #766264
Text Example
Text Example
White with #766264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766264; }
p { color: rgb(118,98,100); }
H1.HeaderClassName
{
color: #766264;
}
.AnyTagClassName
{
color: #766264;
}
</style>
background-color css
<style>
a { background-color: #766264; }
a { background-color: rgb(118,98,100); }
div.DivClassName
{
background-color: #766264;
}
.BgClassName
{
background-color: #766264;
}
</style>
border-color css
<style>
span { border-color: #766264; }
span { border-color: rgb(118,98,100); }
td.TdClassName
{
border-color: #766264;
}
.TagClassName
{
border-color: #766264;
}
</style>