Shades of Falcon #766265
Tints of Falcon #766265
RGB
CMYK
RGB Variations
Color information
#766265 (or 0x766265) is known color: Falcon. HEX triplet: 76, 62 and 65. RGB value is (118,98,101). Sum of RGB (Red+Green+Blue) = 118+98+101=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766265 is #899D9A. Grayscale: #686868. Windows color (decimal): -9018779 or 6644342. OLE color: 6644342.
HSL color Cylindrical-coordinate representation of color #766265: hue angle of 351º 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 #766265 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 101 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.54 |
| HSL | 351º | 0.09% | 0.42% | - |
| HSV(B) | 351º | 0.17% | 0.46% | - |
| XYZ | 14.19 | 13.53 | 14.18 | - |
| YUV | 104.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 101 | 0 | 0.17 | 0.14 | 0.54 | 351 | 0.09 | 0.42 |
| Hex | 76 | 62 | 65 | 0 | 11 | E | 36 | 15F | 9 | 2A |
| Octal | 166 | 142 | 145 | 0 | 21 | 16 | 66 | 537 | 11 | 52 |
| Binary | 1110110 | 1100010 | 1100101 | 0 | 10001 | 1110 | 110110 | 101011111 | 1001 | 101010 |
Color Harmonies of #766265
Complementary color
Monochromatic Colors of #766265
Black with #766265
Text Example
Text Example
White with #766265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766265; }
p { color: rgb(118,98,101); }
H1.HeaderClassName
{
color: #766265;
}
.AnyTagClassName
{
color: #766265;
}
</style>
background-color css
<style>
a { background-color: #766265; }
a { background-color: rgb(118,98,101); }
div.DivClassName
{
background-color: #766265;
}
.BgClassName
{
background-color: #766265;
}
</style>
border-color css
<style>
span { border-color: #766265; }
span { border-color: rgb(118,98,101); }
td.TdClassName
{
border-color: #766265;
}
.TagClassName
{
border-color: #766265;
}
</style>