Shades of Falcon #765256
Tints of Falcon #765256
RGB
CMYK
RGB Variations
Color information
#765256 (or 0x765256) is known color: Falcon. HEX triplet: 76, 52 and 56. RGB value is (118,82,86). Sum of RGB (Red+Green+Blue) = 118+82+86=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765256 is #89ADA9. Grayscale: #5D5D5D. Windows color (decimal): -9022890 or 5657206. OLE color: 5657206.
HSL color Cylindrical-coordinate representation of color #765256: hue angle of 353.33º degrees, saturation: 0.18, 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 #765256 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 86 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.54 |
| HSL | 353.33º | 0.18% | 0.39% | - |
| HSV(B) | 353.33º | 0.31% | 0.46% | - |
| XYZ | 12.17 | 10.56 | 10.2 | - |
| YUV | 93.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 86 | 0 | 0.31 | 0.27 | 0.54 | 353.33 | 0.18 | 0.39 |
| Hex | 76 | 52 | 56 | 0 | 1F | 1B | 36 | 161 | 12 | 27 |
| Octal | 166 | 122 | 126 | 0 | 37 | 33 | 66 | 541 | 22 | 47 |
| Binary | 1110110 | 1010010 | 1010110 | 0 | 11111 | 11011 | 110110 | 101100001 | 10010 | 100111 |
Color Harmonies of #765256
Complementary color
Monochromatic Colors of #765256
Black with #765256
Text Example
Text Example
White with #765256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765256; }
p { color: rgb(118,82,86); }
H1.HeaderClassName
{
color: #765256;
}
.AnyTagClassName
{
color: #765256;
}
</style>
background-color css
<style>
a { background-color: #765256; }
a { background-color: rgb(118,82,86); }
div.DivClassName
{
background-color: #765256;
}
.BgClassName
{
background-color: #765256;
}
</style>
border-color css
<style>
span { border-color: #765256; }
span { border-color: rgb(118,82,86); }
td.TdClassName
{
border-color: #765256;
}
.TagClassName
{
border-color: #765256;
}
</style>