Shades of Falcon #785A5C
Tints of Falcon #785A5C
RGB
CMYK
RGB Variations
Color information
#785A5C (or 0x785A5C) is known color: Falcon. HEX triplet: 78, 5A and 5C. RGB value is (120,90,92). Sum of RGB (Red+Green+Blue) = 120+90+92=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #785A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A5C is #87A5A3. Grayscale: #636363. Windows color (decimal): -8889764 or 6052472. OLE color: 6052472.
HSL color Cylindrical-coordinate representation of color #785A5C: hue angle of 356º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #785A5C is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 92 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.53 |
| HSL | 356º | 0.14% | 0.41% | - |
| HSV(B) | 356º | 0.25% | 0.47% | - |
| XYZ | 13.33 | 12.08 | 11.75 | - |
| YUV | 99.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 92 | 0 | 0.25 | 0.23 | 0.53 | 356 | 0.14 | 0.41 |
| Hex | 78 | 5A | 5C | 0 | 19 | 17 | 35 | 164 | E | 29 |
| Octal | 170 | 132 | 134 | 0 | 31 | 27 | 65 | 544 | 16 | 51 |
| Binary | 1111000 | 1011010 | 1011100 | 0 | 11001 | 10111 | 110101 | 101100100 | 1110 | 101001 |
Color Harmonies of #785A5C
Complementary color
Monochromatic Colors of #785A5C
Black with #785A5C
Text Example
Text Example
White with #785A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A5C; }
p { color: rgb(120,90,92); }
H1.HeaderClassName
{
color: #785A5C;
}
.AnyTagClassName
{
color: #785A5C;
}
</style>
background-color css
<style>
a { background-color: #785A5C; }
a { background-color: rgb(120,90,92); }
div.DivClassName
{
background-color: #785A5C;
}
.BgClassName
{
background-color: #785A5C;
}
</style>
border-color css
<style>
span { border-color: #785A5C; }
span { border-color: rgb(120,90,92); }
td.TdClassName
{
border-color: #785A5C;
}
.TagClassName
{
border-color: #785A5C;
}
</style>