Shades of Falcon #78535A
Tints of Falcon #78535A
RGB
CMYK
RGB Variations
Color information
#78535A (or 0x78535A) is known color: Falcon. HEX triplet: 78, 53 and 5A. RGB value is (120,83,90). Sum of RGB (Red+Green+Blue) = 120+83+90=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78535A is #87ACA5. Grayscale: #5E5E5E. Windows color (decimal): -8891558 or 5919608. OLE color: 5919608.
HSL color Cylindrical-coordinate representation of color #78535A: hue angle of 348.65º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78535A is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 90 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.53 |
| HSL | 348.65º | 0.18% | 0.4% | - |
| HSV(B) | 348.65º | 0.31% | 0.47% | - |
| XYZ | 12.68 | 10.92 | 11.11 | - |
| YUV | 94.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 90 | 0 | 0.31 | 0.25 | 0.53 | 348.65 | 0.18 | 0.4 |
| Hex | 78 | 53 | 5A | 0 | 1F | 19 | 35 | 15D | 12 | 28 |
| Octal | 170 | 123 | 132 | 0 | 37 | 31 | 65 | 535 | 22 | 50 |
| Binary | 1111000 | 1010011 | 1011010 | 0 | 11111 | 11001 | 110101 | 101011101 | 10010 | 101000 |
Color Harmonies of #78535A
Complementary color
Monochromatic Colors of #78535A
Black with #78535A
Text Example
Text Example
White with #78535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78535A; }
p { color: rgb(120,83,90); }
H1.HeaderClassName
{
color: #78535A;
}
.AnyTagClassName
{
color: #78535A;
}
</style>
background-color css
<style>
a { background-color: #78535A; }
a { background-color: rgb(120,83,90); }
div.DivClassName
{
background-color: #78535A;
}
.BgClassName
{
background-color: #78535A;
}
</style>
border-color css
<style>
span { border-color: #78535A; }
span { border-color: rgb(120,83,90); }
td.TdClassName
{
border-color: #78535A;
}
.TagClassName
{
border-color: #78535A;
}
</style>