Shades of Falcon #785B5D
Tints of Falcon #785B5D
RGB
CMYK
RGB Variations
Color information
#785B5D (or 0x785B5D) is known color: Falcon. HEX triplet: 78, 5B and 5D. RGB value is (120,91,93). Sum of RGB (Red+Green+Blue) = 120+91+93=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #785B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B5D is #87A4A2. Grayscale: #636363. Windows color (decimal): -8889507 or 6118264. OLE color: 6118264.
HSL color Cylindrical-coordinate representation of color #785B5D: hue angle of 355.86º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B5D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 93 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.53 |
| HSL | 355.86º | 0.14% | 0.41% | - |
| HSV(B) | 355.86º | 0.24% | 0.47% | - |
| XYZ | 13.46 | 12.27 | 12.01 | - |
| YUV | 99.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 93 | 0 | 0.24 | 0.22 | 0.53 | 355.86 | 0.14 | 0.41 |
| Hex | 78 | 5B | 5D | 0 | 18 | 16 | 35 | 164 | E | 29 |
| Octal | 170 | 133 | 135 | 0 | 30 | 26 | 65 | 544 | 16 | 51 |
| Binary | 1111000 | 1011011 | 1011101 | 0 | 11000 | 10110 | 110101 | 101100100 | 1110 | 101001 |
Color Harmonies of #785B5D
Complementary color
Monochromatic Colors of #785B5D
Black with #785B5D
Text Example
Text Example
White with #785B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B5D; }
p { color: rgb(120,91,93); }
H1.HeaderClassName
{
color: #785B5D;
}
.AnyTagClassName
{
color: #785B5D;
}
</style>
background-color css
<style>
a { background-color: #785B5D; }
a { background-color: rgb(120,91,93); }
div.DivClassName
{
background-color: #785B5D;
}
.BgClassName
{
background-color: #785B5D;
}
</style>
border-color css
<style>
span { border-color: #785B5D; }
span { border-color: rgb(120,91,93); }
td.TdClassName
{
border-color: #785B5D;
}
.TagClassName
{
border-color: #785B5D;
}
</style>