Shades of Falcon #77575D
Tints of Falcon #77575D
RGB
CMYK
RGB Variations
Color information
#77575D (or 0x77575D) is known color: Falcon. HEX triplet: 77, 57 and 5D. RGB value is (119,87,93). Sum of RGB (Red+Green+Blue) = 119+87+93=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #77575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77575D is #88A8A2. Grayscale: #616161. Windows color (decimal): -8956067 or 6117239. OLE color: 6117239.
HSL color Cylindrical-coordinate representation of color #77575D: hue angle of 348.75º 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 #77575D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 93 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.53 |
| HSL | 348.75º | 0.16% | 0.4% | - |
| HSV(B) | 348.75º | 0.27% | 0.47% | - |
| XYZ | 12.99 | 11.53 | 11.9 | - |
| YUV | 97.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 93 | 0 | 0.27 | 0.22 | 0.53 | 348.75 | 0.16 | 0.4 |
| Hex | 77 | 57 | 5D | 0 | 1B | 16 | 35 | 15D | 10 | 28 |
| Octal | 167 | 127 | 135 | 0 | 33 | 26 | 65 | 535 | 20 | 50 |
| Binary | 1110111 | 1010111 | 1011101 | 0 | 11011 | 10110 | 110101 | 101011101 | 10000 | 101000 |
Color Harmonies of #77575D
Complementary color
Monochromatic Colors of #77575D
Black with #77575D
Text Example
Text Example
White with #77575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77575D; }
p { color: rgb(119,87,93); }
H1.HeaderClassName
{
color: #77575D;
}
.AnyTagClassName
{
color: #77575D;
}
</style>
background-color css
<style>
a { background-color: #77575D; }
a { background-color: rgb(119,87,93); }
div.DivClassName
{
background-color: #77575D;
}
.BgClassName
{
background-color: #77575D;
}
</style>
border-color css
<style>
span { border-color: #77575D; }
span { border-color: rgb(119,87,93); }
td.TdClassName
{
border-color: #77575D;
}
.TagClassName
{
border-color: #77575D;
}
</style>