Shades of Falcon #77545C
Tints of Falcon #77545C
RGB
CMYK
RGB Variations
Color information
#77545C (or 0x77545C) is known color: Falcon. HEX triplet: 77, 54 and 5C. RGB value is (119,84,92). Sum of RGB (Red+Green+Blue) = 119+84+92=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77545C is #88ABA3. Grayscale: #5F5F5F. Windows color (decimal): -8956836 or 6050935. OLE color: 6050935.
HSL color Cylindrical-coordinate representation of color #77545C: hue angle of 346.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77545C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 92 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.53 |
| HSL | 346.29º | 0.17% | 0.4% | - |
| HSV(B) | 346.29º | 0.29% | 0.47% | - |
| XYZ | 12.71 | 11.04 | 11.59 | - |
| YUV | 95.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 92 | 0 | 0.29 | 0.23 | 0.53 | 346.29 | 0.17 | 0.4 |
| Hex | 77 | 54 | 5C | 0 | 1D | 17 | 35 | 15A | 11 | 28 |
| Octal | 167 | 124 | 134 | 0 | 35 | 27 | 65 | 532 | 21 | 50 |
| Binary | 1110111 | 1010100 | 1011100 | 0 | 11101 | 10111 | 110101 | 101011010 | 10001 | 101000 |
Color Harmonies of #77545C
Complementary color
Monochromatic Colors of #77545C
Black with #77545C
Text Example
Text Example
White with #77545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77545C; }
p { color: rgb(119,84,92); }
H1.HeaderClassName
{
color: #77545C;
}
.AnyTagClassName
{
color: #77545C;
}
</style>
background-color css
<style>
a { background-color: #77545C; }
a { background-color: rgb(119,84,92); }
div.DivClassName
{
background-color: #77545C;
}
.BgClassName
{
background-color: #77545C;
}
</style>
border-color css
<style>
span { border-color: #77545C; }
span { border-color: rgb(119,84,92); }
td.TdClassName
{
border-color: #77545C;
}
.TagClassName
{
border-color: #77545C;
}
</style>