Shades of Falcon #765359
Tints of Falcon #765359
RGB
CMYK
RGB Variations
Color information
#765359 (or 0x765359) is known color: Falcon. HEX triplet: 76, 53 and 59. RGB value is (118,83,89). Sum of RGB (Red+Green+Blue) = 118+83+89=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765359 is #89ACA6. Grayscale: #5E5E5E. Windows color (decimal): -9022631 or 5854070. OLE color: 5854070.
HSL color Cylindrical-coordinate representation of color #765359: hue angle of 349.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765359 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 89 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.54 |
| HSL | 349.71º | 0.17% | 0.39% | - |
| HSV(B) | 349.71º | 0.3% | 0.46% | - |
| XYZ | 12.37 | 10.76 | 10.88 | - |
| YUV | 94.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 89 | 0 | 0.30 | 0.25 | 0.54 | 349.71 | 0.17 | 0.39 |
| Hex | 76 | 53 | 59 | 0 | 1E | 19 | 36 | 15E | 11 | 27 |
| Octal | 166 | 123 | 131 | 0 | 36 | 31 | 66 | 536 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1011001 | 0 | 11110 | 11001 | 110110 | 101011110 | 10001 | 100111 |
Color Harmonies of #765359
Complementary color
Monochromatic Colors of #765359
Black with #765359
Text Example
Text Example
White with #765359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765359; }
p { color: rgb(118,83,89); }
H1.HeaderClassName
{
color: #765359;
}
.AnyTagClassName
{
color: #765359;
}
</style>
background-color css
<style>
a { background-color: #765359; }
a { background-color: rgb(118,83,89); }
div.DivClassName
{
background-color: #765359;
}
.BgClassName
{
background-color: #765359;
}
</style>
border-color css
<style>
span { border-color: #765359; }
span { border-color: rgb(118,83,89); }
td.TdClassName
{
border-color: #765359;
}
.TagClassName
{
border-color: #765359;
}
</style>