Shades of Falcon #795E62
Tints of Falcon #795E62
RGB
CMYK
RGB Variations
Color information
#795E62 (or 0x795E62) is known color: Falcon. HEX triplet: 79, 5E and 62. RGB value is (121,94,98). Sum of RGB (Red+Green+Blue) = 121+94+98=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #795E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E62 is #86A19D. Grayscale: #666666. Windows color (decimal): -8823198 or 6446713. OLE color: 6446713.
HSL color Cylindrical-coordinate representation of color #795E62: hue angle of 351.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E62 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 98 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.53 |
| HSL | 351.11º | 0.13% | 0.42% | - |
| HSV(B) | 351.11º | 0.22% | 0.47% | - |
| XYZ | 14.09 | 12.95 | 13.31 | - |
| YUV | 102.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 98 | 0 | 0.22 | 0.19 | 0.53 | 351.11 | 0.13 | 0.42 |
| Hex | 79 | 5E | 62 | 0 | 16 | 13 | 35 | 15F | D | 2A |
| Octal | 171 | 136 | 142 | 0 | 26 | 23 | 65 | 537 | 15 | 52 |
| Binary | 1111001 | 1011110 | 1100010 | 0 | 10110 | 10011 | 110101 | 101011111 | 1101 | 101010 |
Color Harmonies of #795E62
Complementary color
Monochromatic Colors of #795E62
Black with #795E62
Text Example
Text Example
White with #795E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E62; }
p { color: rgb(121,94,98); }
H1.HeaderClassName
{
color: #795E62;
}
.AnyTagClassName
{
color: #795E62;
}
</style>
background-color css
<style>
a { background-color: #795E62; }
a { background-color: rgb(121,94,98); }
div.DivClassName
{
background-color: #795E62;
}
.BgClassName
{
background-color: #795E62;
}
</style>
border-color css
<style>
span { border-color: #795E62; }
span { border-color: rgb(121,94,98); }
td.TdClassName
{
border-color: #795E62;
}
.TagClassName
{
border-color: #795E62;
}
</style>