Shades of Falcon #795558
Tints of Falcon #795558
RGB
CMYK
RGB Variations
Color information
#795558 (or 0x795558) is known color: Falcon. HEX triplet: 79, 55 and 58. RGB value is (121,85,88). Sum of RGB (Red+Green+Blue) = 121+85+88=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795558 is #86AAA7. Grayscale: #606060. Windows color (decimal): -8825512 or 5789049. OLE color: 5789049.
HSL color Cylindrical-coordinate representation of color #795558: hue angle of 355º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795558 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 88 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.53 |
| HSL | 355º | 0.17% | 0.4% | - |
| HSV(B) | 355º | 0.3% | 0.47% | - |
| XYZ | 12.9 | 11.27 | 10.73 | - |
| YUV | 96.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 88 | 0 | 0.30 | 0.27 | 0.53 | 355 | 0.17 | 0.4 |
| Hex | 79 | 55 | 58 | 0 | 1E | 1B | 35 | 163 | 11 | 28 |
| Octal | 171 | 125 | 130 | 0 | 36 | 33 | 65 | 543 | 21 | 50 |
| Binary | 1111001 | 1010101 | 1011000 | 0 | 11110 | 11011 | 110101 | 101100011 | 10001 | 101000 |
Color Harmonies of #795558
Complementary color
Monochromatic Colors of #795558
Black with #795558
Text Example
Text Example
White with #795558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795558; }
p { color: rgb(121,85,88); }
H1.HeaderClassName
{
color: #795558;
}
.AnyTagClassName
{
color: #795558;
}
</style>
background-color css
<style>
a { background-color: #795558; }
a { background-color: rgb(121,85,88); }
div.DivClassName
{
background-color: #795558;
}
.BgClassName
{
background-color: #795558;
}
</style>
border-color css
<style>
span { border-color: #795558; }
span { border-color: rgb(121,85,88); }
td.TdClassName
{
border-color: #795558;
}
.TagClassName
{
border-color: #795558;
}
</style>