Shades of Falcon #775C5D
Tints of Falcon #775C5D
RGB
CMYK
RGB Variations
Color information
#775C5D (or 0x775C5D) is known color: Falcon. HEX triplet: 77, 5C and 5D. RGB value is (119,92,93). Sum of RGB (Red+Green+Blue) = 119+92+93=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C5D is #88A3A2. Grayscale: #646464. Windows color (decimal): -8954787 or 6118519. OLE color: 6118519.
HSL color Cylindrical-coordinate representation of color #775C5D: hue angle of 357.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C5D is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 93 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.53 |
| HSL | 357.78º | 0.13% | 0.41% | - |
| HSV(B) | 357.78º | 0.23% | 0.47% | - |
| XYZ | 13.41 | 12.37 | 12.04 | - |
| YUV | 100.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 93 | 0 | 0.23 | 0.22 | 0.53 | 357.78 | 0.13 | 0.41 |
| Hex | 77 | 5C | 5D | 0 | 17 | 16 | 35 | 166 | D | 29 |
| Octal | 167 | 134 | 135 | 0 | 27 | 26 | 65 | 546 | 15 | 51 |
| Binary | 1110111 | 1011100 | 1011101 | 0 | 10111 | 10110 | 110101 | 101100110 | 1101 | 101001 |
Color Harmonies of #775C5D
Complementary color
Monochromatic Colors of #775C5D
Black with #775C5D
Text Example
Text Example
White with #775C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C5D; }
p { color: rgb(119,92,93); }
H1.HeaderClassName
{
color: #775C5D;
}
.AnyTagClassName
{
color: #775C5D;
}
</style>
background-color css
<style>
a { background-color: #775C5D; }
a { background-color: rgb(119,92,93); }
div.DivClassName
{
background-color: #775C5D;
}
.BgClassName
{
background-color: #775C5D;
}
</style>
border-color css
<style>
span { border-color: #775C5D; }
span { border-color: rgb(119,92,93); }
td.TdClassName
{
border-color: #775C5D;
}
.TagClassName
{
border-color: #775C5D;
}
</style>