Shades of Falcon #795356
Tints of Falcon #795356
RGB
CMYK
RGB Variations
Color information
#795356 (or 0x795356) is known color: Falcon. HEX triplet: 79, 53 and 56. RGB value is (121,83,86). Sum of RGB (Red+Green+Blue) = 121+83+86=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795356 is #86ACA9. Grayscale: #5E5E5E. Windows color (decimal): -8826026 or 5657465. OLE color: 5657465.
HSL color Cylindrical-coordinate representation of color #795356: hue angle of 355.26º 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 #795356 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 83 | 86 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.53 |
| HSL | 355.26º | 0.19% | 0.4% | - |
| HSV(B) | 355.26º | 0.31% | 0.47% | - |
| XYZ | 12.66 | 10.92 | 10.25 | - |
| YUV | 94.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 86 | 0 | 0.31 | 0.29 | 0.53 | 355.26 | 0.19 | 0.4 |
| Hex | 79 | 53 | 56 | 0 | 1F | 1D | 35 | 163 | 13 | 28 |
| Octal | 171 | 123 | 126 | 0 | 37 | 35 | 65 | 543 | 23 | 50 |
| Binary | 1111001 | 1010011 | 1010110 | 0 | 11111 | 11101 | 110101 | 101100011 | 10011 | 101000 |
Color Harmonies of #795356
Complementary color
Monochromatic Colors of #795356
Black with #795356
Text Example
Text Example
White with #795356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795356; }
p { color: rgb(121,83,86); }
H1.HeaderClassName
{
color: #795356;
}
.AnyTagClassName
{
color: #795356;
}
</style>
background-color css
<style>
a { background-color: #795356; }
a { background-color: rgb(121,83,86); }
div.DivClassName
{
background-color: #795356;
}
.BgClassName
{
background-color: #795356;
}
</style>
border-color css
<style>
span { border-color: #795356; }
span { border-color: rgb(121,83,86); }
td.TdClassName
{
border-color: #795356;
}
.TagClassName
{
border-color: #795356;
}
</style>