Shades of Falcon #77575C
Tints of Falcon #77575C
RGB
CMYK
RGB Variations
Color information
#77575C (or 0x77575C) is known color: Falcon. HEX triplet: 77, 57 and 5C. RGB value is (119,87,92). Sum of RGB (Red+Green+Blue) = 119+87+92=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575C is #88A8A3. Grayscale: #616161. Windows color (decimal): -8956068 or 6051703. OLE color: 6051703.
HSL color Cylindrical-coordinate representation of color #77575C: hue angle of 350.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77575C is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 92 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.53 |
| HSL | 350.63º | 0.16% | 0.4% | - |
| HSV(B) | 350.63º | 0.27% | 0.47% | - |
| XYZ | 12.95 | 11.51 | 11.66 | - |
| YUV | 97.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 92 | 0 | 0.27 | 0.23 | 0.53 | 350.63 | 0.16 | 0.4 |
| Hex | 77 | 57 | 5C | 0 | 1B | 17 | 35 | 15F | 10 | 28 |
| Octal | 167 | 127 | 134 | 0 | 33 | 27 | 65 | 537 | 20 | 50 |
| Binary | 1110111 | 1010111 | 1011100 | 0 | 11011 | 10111 | 110101 | 101011111 | 10000 | 101000 |
Color Harmonies of #77575C
Complementary color
Monochromatic Colors of #77575C
Black with #77575C
Text Example
Text Example
White with #77575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77575C; }
p { color: rgb(119,87,92); }
H1.HeaderClassName
{
color: #77575C;
}
.AnyTagClassName
{
color: #77575C;
}
</style>
background-color css
<style>
a { background-color: #77575C; }
a { background-color: rgb(119,87,92); }
div.DivClassName
{
background-color: #77575C;
}
.BgClassName
{
background-color: #77575C;
}
</style>
border-color css
<style>
span { border-color: #77575C; }
span { border-color: rgb(119,87,92); }
td.TdClassName
{
border-color: #77575C;
}
.TagClassName
{
border-color: #77575C;
}
</style>