Shades of Falcon #805758
Tints of Falcon #805758
RGB
CMYK
RGB Variations
Color information
#805758 (or 0x805758) is known color: Falcon. HEX triplet: 80, 57 and 58. RGB value is (128,87,88). Sum of RGB (Red+Green+Blue) = 128+87+88=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #805758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805758 is #7FA8A7. Grayscale: #636363. Windows color (decimal): -8366248 or 5789568. OLE color: 5789568.
HSL color Cylindrical-coordinate representation of color #805758: hue angle of 358.54º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805758 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 88 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.50 |
| HSL | 358.54º | 0.19% | 0.42% | - |
| HSV(B) | 358.54º | 0.32% | 0.5% | - |
| XYZ | 14.07 | 12.11 | 10.83 | - |
| YUV | 99.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 88 | 0 | 0.32 | 0.31 | 0.50 | 358.54 | 0.19 | 0.42 |
| Hex | 80 | 57 | 58 | 0 | 20 | 1F | 32 | 167 | 13 | 2A |
| Octal | 200 | 127 | 130 | 0 | 40 | 37 | 62 | 547 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1011000 | 0 | 100000 | 11111 | 110010 | 101100111 | 10011 | 101010 |
Color Harmonies of #805758
Complementary color
Monochromatic Colors of #805758
Black with #805758
Text Example
Text Example
White with #805758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805758; }
p { color: rgb(128,87,88); }
H1.HeaderClassName
{
color: #805758;
}
.AnyTagClassName
{
color: #805758;
}
</style>
background-color css
<style>
a { background-color: #805758; }
a { background-color: rgb(128,87,88); }
div.DivClassName
{
background-color: #805758;
}
.BgClassName
{
background-color: #805758;
}
</style>
border-color css
<style>
span { border-color: #805758; }
span { border-color: rgb(128,87,88); }
td.TdClassName
{
border-color: #805758;
}
.TagClassName
{
border-color: #805758;
}
</style>