Shades of Falcon #766365
Tints of Falcon #766365
RGB
CMYK
RGB Variations
Color information
#766365 (or 0x766365) is known color: Falcon. HEX triplet: 76, 63 and 65. RGB value is (118,99,101). Sum of RGB (Red+Green+Blue) = 118+99+101=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #766365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766365 is #899C9A. Grayscale: #686868. Windows color (decimal): -9018523 or 6644598. OLE color: 6644598.
HSL color Cylindrical-coordinate representation of color #766365: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766365 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 101 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.54 |
| HSL | 353.68º | 0.09% | 0.43% | - |
| HSV(B) | 353.68º | 0.16% | 0.46% | - |
| XYZ | 14.28 | 13.71 | 14.21 | - |
| YUV | 104.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 101 | 0 | 0.16 | 0.14 | 0.54 | 353.68 | 0.09 | 0.43 |
| Hex | 76 | 63 | 65 | 0 | 10 | E | 36 | 162 | 9 | 2B |
| Octal | 166 | 143 | 145 | 0 | 20 | 16 | 66 | 542 | 11 | 53 |
| Binary | 1110110 | 1100011 | 1100101 | 0 | 10000 | 1110 | 110110 | 101100010 | 1001 | 101011 |
Color Harmonies of #766365
Complementary color
Monochromatic Colors of #766365
Black with #766365
Text Example
Text Example
White with #766365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766365; }
p { color: rgb(118,99,101); }
H1.HeaderClassName
{
color: #766365;
}
.AnyTagClassName
{
color: #766365;
}
</style>
background-color css
<style>
a { background-color: #766365; }
a { background-color: rgb(118,99,101); }
div.DivClassName
{
background-color: #766365;
}
.BgClassName
{
background-color: #766365;
}
</style>
border-color css
<style>
span { border-color: #766365; }
span { border-color: rgb(118,99,101); }
td.TdClassName
{
border-color: #766365;
}
.TagClassName
{
border-color: #766365;
}
</style>