Shades of Falcon #775B5C
Tints of Falcon #775B5C
RGB
CMYK
RGB Variations
Color information
#775B5C (or 0x775B5C) is known color: Falcon. HEX triplet: 77, 5B and 5C. RGB value is (119,91,92). Sum of RGB (Red+Green+Blue) = 119+91+92=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #775B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B5C is #88A4A3. Grayscale: #636363. Windows color (decimal): -8955044 or 6052727. OLE color: 6052727.
HSL color Cylindrical-coordinate representation of color #775B5C: hue angle of 357.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775B5C is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 92 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.53 |
| HSL | 357.86º | 0.13% | 0.41% | - |
| HSV(B) | 357.86º | 0.24% | 0.47% | - |
| XYZ | 13.28 | 12.18 | 11.78 | - |
| YUV | 99.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 92 | 0 | 0.24 | 0.23 | 0.53 | 357.86 | 0.13 | 0.41 |
| Hex | 77 | 5B | 5C | 0 | 18 | 17 | 35 | 166 | D | 29 |
| Octal | 167 | 133 | 134 | 0 | 30 | 27 | 65 | 546 | 15 | 51 |
| Binary | 1110111 | 1011011 | 1011100 | 0 | 11000 | 10111 | 110101 | 101100110 | 1101 | 101001 |
Color Harmonies of #775B5C
Complementary color
Monochromatic Colors of #775B5C
Black with #775B5C
Text Example
Text Example
White with #775B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B5C; }
p { color: rgb(119,91,92); }
H1.HeaderClassName
{
color: #775B5C;
}
.AnyTagClassName
{
color: #775B5C;
}
</style>
background-color css
<style>
a { background-color: #775B5C; }
a { background-color: rgb(119,91,92); }
div.DivClassName
{
background-color: #775B5C;
}
.BgClassName
{
background-color: #775B5C;
}
</style>
border-color css
<style>
span { border-color: #775B5C; }
span { border-color: rgb(119,91,92); }
td.TdClassName
{
border-color: #775B5C;
}
.TagClassName
{
border-color: #775B5C;
}
</style>