Shades of Falcon #765455
Tints of Falcon #765455
RGB
CMYK
RGB Variations
Color information
#765455 (or 0x765455) is known color: Falcon. HEX triplet: 76, 54 and 55. RGB value is (118,84,85). Sum of RGB (Red+Green+Blue) = 118+84+85=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765455 is #89ABAA. Grayscale: #5E5E5E. Windows color (decimal): -9022379 or 5592182. OLE color: 5592182.
HSL color Cylindrical-coordinate representation of color #765455: hue angle of 358.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765455 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 85 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.54 |
| HSL | 358.24º | 0.17% | 0.4% | - |
| HSV(B) | 358.24º | 0.29% | 0.46% | - |
| XYZ | 12.28 | 10.85 | 10.04 | - |
| YUV | 94.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 85 | 0 | 0.29 | 0.28 | 0.54 | 358.24 | 0.17 | 0.4 |
| Hex | 76 | 54 | 55 | 0 | 1D | 1C | 36 | 166 | 11 | 28 |
| Octal | 166 | 124 | 125 | 0 | 35 | 34 | 66 | 546 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1010101 | 0 | 11101 | 11100 | 110110 | 101100110 | 10001 | 101000 |
Color Harmonies of #765455
Complementary color
Monochromatic Colors of #765455
Black with #765455
Text Example
Text Example
White with #765455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765455; }
p { color: rgb(118,84,85); }
H1.HeaderClassName
{
color: #765455;
}
.AnyTagClassName
{
color: #765455;
}
</style>
background-color css
<style>
a { background-color: #765455; }
a { background-color: rgb(118,84,85); }
div.DivClassName
{
background-color: #765455;
}
.BgClassName
{
background-color: #765455;
}
</style>
border-color css
<style>
span { border-color: #765455; }
span { border-color: rgb(118,84,85); }
td.TdClassName
{
border-color: #765455;
}
.TagClassName
{
border-color: #765455;
}
</style>