Shades of Falcon #79595A
Tints of Falcon #79595A
RGB
CMYK
RGB Variations
Color information
#79595A (or 0x79595A) is known color: Falcon. HEX triplet: 79, 59 and 5A. RGB value is (121,89,90). Sum of RGB (Red+Green+Blue) = 121+89+90=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 121 - color contains mainly: red. Hex color #79595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79595A is #86A6A5. Grayscale: #626262. Windows color (decimal): -8824486 or 5921145. OLE color: 5921145.
HSL color Cylindrical-coordinate representation of color #79595A: hue angle of 358.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79595A is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 90 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.53 |
| HSL | 358.13º | 0.15% | 0.41% | - |
| HSV(B) | 358.13º | 0.26% | 0.47% | - |
| XYZ | 13.3 | 11.95 | 11.28 | - |
| YUV | 98.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 90 | 0 | 0.26 | 0.26 | 0.53 | 358.13 | 0.15 | 0.41 |
| Hex | 79 | 59 | 5A | 0 | 1A | 1A | 35 | 166 | F | 29 |
| Octal | 171 | 131 | 132 | 0 | 32 | 32 | 65 | 546 | 17 | 51 |
| Binary | 1111001 | 1011001 | 1011010 | 0 | 11010 | 11010 | 110101 | 101100110 | 1111 | 101001 |
Color Harmonies of #79595A
Complementary color
Monochromatic Colors of #79595A
Black with #79595A
Text Example
Text Example
White with #79595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79595A; }
p { color: rgb(121,89,90); }
H1.HeaderClassName
{
color: #79595A;
}
.AnyTagClassName
{
color: #79595A;
}
</style>
background-color css
<style>
a { background-color: #79595A; }
a { background-color: rgb(121,89,90); }
div.DivClassName
{
background-color: #79595A;
}
.BgClassName
{
background-color: #79595A;
}
</style>
border-color css
<style>
span { border-color: #79595A; }
span { border-color: rgb(121,89,90); }
td.TdClassName
{
border-color: #79595A;
}
.TagClassName
{
border-color: #79595A;
}
</style>