Shades of Falcon #77555C
Tints of Falcon #77555C
RGB
CMYK
RGB Variations
Color information
#77555C (or 0x77555C) is known color: Falcon. HEX triplet: 77, 55 and 5C. RGB value is (119,85,92). Sum of RGB (Red+Green+Blue) = 119+85+92=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77555C is #88AAA3. Grayscale: #5F5F5F. Windows color (decimal): -8956580 or 6051191. OLE color: 6051191.
HSL color Cylindrical-coordinate representation of color #77555C: hue angle of 347.65º 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 #77555C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 92 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.53 |
| HSL | 347.65º | 0.17% | 0.4% | - |
| HSV(B) | 347.65º | 0.29% | 0.47% | - |
| XYZ | 12.79 | 11.19 | 11.61 | - |
| YUV | 95.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 92 | 0 | 0.29 | 0.23 | 0.53 | 347.65 | 0.17 | 0.4 |
| Hex | 77 | 55 | 5C | 0 | 1D | 17 | 35 | 15C | 11 | 28 |
| Octal | 167 | 125 | 134 | 0 | 35 | 27 | 65 | 534 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1011100 | 0 | 11101 | 10111 | 110101 | 101011100 | 10001 | 101000 |
Color Harmonies of #77555C
Complementary color
Monochromatic Colors of #77555C
Black with #77555C
Text Example
Text Example
White with #77555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77555C; }
p { color: rgb(119,85,92); }
H1.HeaderClassName
{
color: #77555C;
}
.AnyTagClassName
{
color: #77555C;
}
</style>
background-color css
<style>
a { background-color: #77555C; }
a { background-color: rgb(119,85,92); }
div.DivClassName
{
background-color: #77555C;
}
.BgClassName
{
background-color: #77555C;
}
</style>
border-color css
<style>
span { border-color: #77555C; }
span { border-color: rgb(119,85,92); }
td.TdClassName
{
border-color: #77555C;
}
.TagClassName
{
border-color: #77555C;
}
</style>