Shades of Falcon #795158
Tints of Falcon #795158
RGB
CMYK
RGB Variations
Color information
#795158 (or 0x795158) is known color: Falcon. HEX triplet: 79, 51 and 58. RGB value is (121,81,88). Sum of RGB (Red+Green+Blue) = 121+81+88=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 121 - color contains mainly: red. Hex color #795158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795158 is #86AEA7. Grayscale: #5D5D5D. Windows color (decimal): -8826536 or 5788025. OLE color: 5788025.
HSL color Cylindrical-coordinate representation of color #795158: hue angle of 349.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795158 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 88 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.53 |
| HSL | 349.5º | 0.2% | 0.4% | - |
| HSV(B) | 349.5º | 0.33% | 0.47% | - |
| XYZ | 12.59 | 10.65 | 10.63 | - |
| YUV | 93.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 88 | 0 | 0.33 | 0.27 | 0.53 | 349.5 | 0.2 | 0.4 |
| Hex | 79 | 51 | 58 | 0 | 21 | 1B | 35 | 15E | 14 | 28 |
| Octal | 171 | 121 | 130 | 0 | 41 | 33 | 65 | 536 | 24 | 50 |
| Binary | 1111001 | 1010001 | 1011000 | 0 | 100001 | 11011 | 110101 | 101011110 | 10100 | 101000 |
Color Harmonies of #795158
Complementary color
Monochromatic Colors of #795158
Black with #795158
Text Example
Text Example
White with #795158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795158; }
p { color: rgb(121,81,88); }
H1.HeaderClassName
{
color: #795158;
}
.AnyTagClassName
{
color: #795158;
}
</style>
background-color css
<style>
a { background-color: #795158; }
a { background-color: rgb(121,81,88); }
div.DivClassName
{
background-color: #795158;
}
.BgClassName
{
background-color: #795158;
}
</style>
border-color css
<style>
span { border-color: #795158; }
span { border-color: rgb(121,81,88); }
td.TdClassName
{
border-color: #795158;
}
.TagClassName
{
border-color: #795158;
}
</style>