Shades of Falcon #77555A
Tints of Falcon #77555A
RGB
CMYK
RGB Variations
Color information
#77555A (or 0x77555A) is known color: Falcon. HEX triplet: 77, 55 and 5A. RGB value is (119,85,90). Sum of RGB (Red+Green+Blue) = 119+85+90=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77555A is #88AAA5. Grayscale: #5F5F5F. Windows color (decimal): -8956582 or 5920119. OLE color: 5920119.
HSL color Cylindrical-coordinate representation of color #77555A: hue angle of 351.18º 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 #77555A is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 90 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.53 |
| HSL | 351.18º | 0.17% | 0.4% | - |
| HSV(B) | 351.18º | 0.29% | 0.47% | - |
| XYZ | 12.7 | 11.16 | 11.16 | - |
| YUV | 95.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 90 | 0 | 0.29 | 0.24 | 0.53 | 351.18 | 0.17 | 0.4 |
| Hex | 77 | 55 | 5A | 0 | 1D | 18 | 35 | 15F | 11 | 28 |
| Octal | 167 | 125 | 132 | 0 | 35 | 30 | 65 | 537 | 21 | 50 |
| Binary | 1110111 | 1010101 | 1011010 | 0 | 11101 | 11000 | 110101 | 101011111 | 10001 | 101000 |
Color Harmonies of #77555A
Complementary color
Monochromatic Colors of #77555A
Black with #77555A
Text Example
Text Example
White with #77555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77555A; }
p { color: rgb(119,85,90); }
H1.HeaderClassName
{
color: #77555A;
}
.AnyTagClassName
{
color: #77555A;
}
</style>
background-color css
<style>
a { background-color: #77555A; }
a { background-color: rgb(119,85,90); }
div.DivClassName
{
background-color: #77555A;
}
.BgClassName
{
background-color: #77555A;
}
</style>
border-color css
<style>
span { border-color: #77555A; }
span { border-color: rgb(119,85,90); }
td.TdClassName
{
border-color: #77555A;
}
.TagClassName
{
border-color: #77555A;
}
</style>