Shades of Falcon #775B5D
Tints of Falcon #775B5D
RGB
CMYK
RGB Variations
Color information
#775B5D (or 0x775B5D) is known color: Falcon. HEX triplet: 77, 5B and 5D. RGB value is (119,91,93). Sum of RGB (Red+Green+Blue) = 119+91+93=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #775B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B5D is #88A4A2. Grayscale: #636363. Windows color (decimal): -8955043 or 6118263. OLE color: 6118263.
HSL color Cylindrical-coordinate representation of color #775B5D: hue angle of 355.71º 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 #775B5D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 93 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.53 |
| HSL | 355.71º | 0.13% | 0.41% | - |
| HSV(B) | 355.71º | 0.24% | 0.47% | - |
| XYZ | 13.32 | 12.19 | 12.01 | - |
| YUV | 99.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 93 | 0 | 0.24 | 0.22 | 0.53 | 355.71 | 0.13 | 0.41 |
| Hex | 77 | 5B | 5D | 0 | 18 | 16 | 35 | 164 | D | 29 |
| Octal | 167 | 133 | 135 | 0 | 30 | 26 | 65 | 544 | 15 | 51 |
| Binary | 1110111 | 1011011 | 1011101 | 0 | 11000 | 10110 | 110101 | 101100100 | 1101 | 101001 |
Color Harmonies of #775B5D
Complementary color
Monochromatic Colors of #775B5D
Black with #775B5D
Text Example
Text Example
White with #775B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B5D; }
p { color: rgb(119,91,93); }
H1.HeaderClassName
{
color: #775B5D;
}
.AnyTagClassName
{
color: #775B5D;
}
</style>
background-color css
<style>
a { background-color: #775B5D; }
a { background-color: rgb(119,91,93); }
div.DivClassName
{
background-color: #775B5D;
}
.BgClassName
{
background-color: #775B5D;
}
</style>
border-color css
<style>
span { border-color: #775B5D; }
span { border-color: rgb(119,91,93); }
td.TdClassName
{
border-color: #775B5D;
}
.TagClassName
{
border-color: #775B5D;
}
</style>