Shades of Falcon #765154
Tints of Falcon #765154
RGB
CMYK
RGB Variations
Color information
#765154 (or 0x765154) is known color: Falcon. HEX triplet: 76, 51 and 54. RGB value is (118,81,84). Sum of RGB (Red+Green+Blue) = 118+81+84=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765154 is #89AEAB. Grayscale: #5C5C5C. Windows color (decimal): -9023148 or 5525878. OLE color: 5525878.
HSL color Cylindrical-coordinate representation of color #765154: hue angle of 355.14º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765154 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 81 | 84 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.54 |
| HSL | 355.14º | 0.19% | 0.39% | - |
| HSV(B) | 355.14º | 0.31% | 0.46% | - |
| XYZ | 12.01 | 10.38 | 9.76 | - |
| YUV | 92.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 81 | 84 | 0 | 0.31 | 0.29 | 0.54 | 355.14 | 0.19 | 0.39 |
| Hex | 76 | 51 | 54 | 0 | 1F | 1D | 36 | 163 | 13 | 27 |
| Octal | 166 | 121 | 124 | 0 | 37 | 35 | 66 | 543 | 23 | 47 |
| Binary | 1110110 | 1010001 | 1010100 | 0 | 11111 | 11101 | 110110 | 101100011 | 10011 | 100111 |
Color Harmonies of #765154
Complementary color
Monochromatic Colors of #765154
Black with #765154
Text Example
Text Example
White with #765154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765154; }
p { color: rgb(118,81,84); }
H1.HeaderClassName
{
color: #765154;
}
.AnyTagClassName
{
color: #765154;
}
</style>
background-color css
<style>
a { background-color: #765154; }
a { background-color: rgb(118,81,84); }
div.DivClassName
{
background-color: #765154;
}
.BgClassName
{
background-color: #765154;
}
</style>
border-color css
<style>
span { border-color: #765154; }
span { border-color: rgb(118,81,84); }
td.TdClassName
{
border-color: #765154;
}
.TagClassName
{
border-color: #765154;
}
</style>