Shades of Falcon #765C61
Tints of Falcon #765C61
RGB
CMYK
RGB Variations
Color information
#765C61 (or 0x765C61) is known color: Falcon. HEX triplet: 76, 5C and 61. RGB value is (118,92,97). Sum of RGB (Red+Green+Blue) = 118+92+97=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C61 is #89A39E. Grayscale: #646464. Windows color (decimal): -9020319 or 6380662. OLE color: 6380662.
HSL color Cylindrical-coordinate representation of color #765C61: hue angle of 348.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C61 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 97 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.54 |
| HSL | 348.46º | 0.12% | 0.41% | - |
| HSV(B) | 348.46º | 0.22% | 0.46% | - |
| XYZ | 13.46 | 12.37 | 12.99 | - |
| YUV | 100.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 97 | 0 | 0.22 | 0.18 | 0.54 | 348.46 | 0.12 | 0.41 |
| Hex | 76 | 5C | 61 | 0 | 16 | 12 | 36 | 15C | C | 29 |
| Octal | 166 | 134 | 141 | 0 | 26 | 22 | 66 | 534 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1100001 | 0 | 10110 | 10010 | 110110 | 101011100 | 1100 | 101001 |
Color Harmonies of #765C61
Complementary color
Monochromatic Colors of #765C61
Black with #765C61
Text Example
Text Example
White with #765C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C61; }
p { color: rgb(118,92,97); }
H1.HeaderClassName
{
color: #765C61;
}
.AnyTagClassName
{
color: #765C61;
}
</style>
background-color css
<style>
a { background-color: #765C61; }
a { background-color: rgb(118,92,97); }
div.DivClassName
{
background-color: #765C61;
}
.BgClassName
{
background-color: #765C61;
}
</style>
border-color css
<style>
span { border-color: #765C61; }
span { border-color: rgb(118,92,97); }
td.TdClassName
{
border-color: #765C61;
}
.TagClassName
{
border-color: #765C61;
}
</style>