Shades of Falcon #77585F
Tints of Falcon #77585F
RGB
CMYK
RGB Variations
Color information
#77585F (or 0x77585F) is known color: Falcon. HEX triplet: 77, 58 and 5F. RGB value is (119,88,95). Sum of RGB (Red+Green+Blue) = 119+88+95=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #77585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585F is #88A7A0. Grayscale: #626262. Windows color (decimal): -8955809 or 6248567. OLE color: 6248567.
HSL color Cylindrical-coordinate representation of color #77585F: hue angle of 346.45º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77585F is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 95 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.53 |
| HSL | 346.45º | 0.15% | 0.41% | - |
| HSV(B) | 346.45º | 0.26% | 0.47% | - |
| XYZ | 13.16 | 11.73 | 12.4 | - |
| YUV | 98.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 95 | 0 | 0.26 | 0.20 | 0.53 | 346.45 | 0.15 | 0.41 |
| Hex | 77 | 58 | 5F | 0 | 1A | 14 | 35 | 15A | F | 29 |
| Octal | 167 | 130 | 137 | 0 | 32 | 24 | 65 | 532 | 17 | 51 |
| Binary | 1110111 | 1011000 | 1011111 | 0 | 11010 | 10100 | 110101 | 101011010 | 1111 | 101001 |
Color Harmonies of #77585F
Complementary color
Monochromatic Colors of #77585F
Black with #77585F
Text Example
Text Example
White with #77585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77585F; }
p { color: rgb(119,88,95); }
H1.HeaderClassName
{
color: #77585F;
}
.AnyTagClassName
{
color: #77585F;
}
</style>
background-color css
<style>
a { background-color: #77585F; }
a { background-color: rgb(119,88,95); }
div.DivClassName
{
background-color: #77585F;
}
.BgClassName
{
background-color: #77585F;
}
</style>
border-color css
<style>
span { border-color: #77585F; }
span { border-color: rgb(119,88,95); }
td.TdClassName
{
border-color: #77585F;
}
.TagClassName
{
border-color: #77585F;
}
</style>