Shades of Falcon #795359
Tints of Falcon #795359
RGB
CMYK
RGB Variations
Color information
#795359 (or 0x795359) is known color: Falcon. HEX triplet: 79, 53 and 59. RGB value is (121,83,89). Sum of RGB (Red+Green+Blue) = 121+83+89=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #795359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795359 is #86ACA6. Grayscale: #5F5F5F. Windows color (decimal): -8826023 or 5854073. OLE color: 5854073.
HSL color Cylindrical-coordinate representation of color #795359: hue angle of 350.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795359 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 83 | 89 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.53 |
| HSL | 350.53º | 0.19% | 0.4% | - |
| HSV(B) | 350.53º | 0.31% | 0.47% | - |
| XYZ | 12.78 | 10.97 | 10.9 | - |
| YUV | 95.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 89 | 0 | 0.31 | 0.26 | 0.53 | 350.53 | 0.19 | 0.4 |
| Hex | 79 | 53 | 59 | 0 | 1F | 1A | 35 | 15F | 13 | 28 |
| Octal | 171 | 123 | 131 | 0 | 37 | 32 | 65 | 537 | 23 | 50 |
| Binary | 1111001 | 1010011 | 1011001 | 0 | 11111 | 11010 | 110101 | 101011111 | 10011 | 101000 |
Color Harmonies of #795359
Complementary color
Monochromatic Colors of #795359
Black with #795359
Text Example
Text Example
White with #795359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795359; }
p { color: rgb(121,83,89); }
H1.HeaderClassName
{
color: #795359;
}
.AnyTagClassName
{
color: #795359;
}
</style>
background-color css
<style>
a { background-color: #795359; }
a { background-color: rgb(121,83,89); }
div.DivClassName
{
background-color: #795359;
}
.BgClassName
{
background-color: #795359;
}
</style>
border-color css
<style>
span { border-color: #795359; }
span { border-color: rgb(121,83,89); }
td.TdClassName
{
border-color: #795359;
}
.TagClassName
{
border-color: #795359;
}
</style>