Shades of Falcon #77585A
Tints of Falcon #77585A
RGB
CMYK
RGB Variations
Color information
#77585A (or 0x77585A) is known color: Falcon. HEX triplet: 77, 58 and 5A. RGB value is (119,88,90). Sum of RGB (Red+Green+Blue) = 119+88+90=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77585A is #88A7A5. Grayscale: #616161. Windows color (decimal): -8955814 or 5920887. OLE color: 5920887.
HSL color Cylindrical-coordinate representation of color #77585A: hue angle of 356.13º 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 #77585A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 90 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.53 |
| HSL | 356.13º | 0.15% | 0.41% | - |
| HSV(B) | 356.13º | 0.26% | 0.47% | - |
| XYZ | 12.94 | 11.64 | 11.24 | - |
| YUV | 97.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 90 | 0 | 0.26 | 0.24 | 0.53 | 356.13 | 0.15 | 0.41 |
| Hex | 77 | 58 | 5A | 0 | 1A | 18 | 35 | 164 | F | 29 |
| Octal | 167 | 130 | 132 | 0 | 32 | 30 | 65 | 544 | 17 | 51 |
| Binary | 1110111 | 1011000 | 1011010 | 0 | 11010 | 11000 | 110101 | 101100100 | 1111 | 101001 |
Color Harmonies of #77585A
Complementary color
Monochromatic Colors of #77585A
Black with #77585A
Text Example
Text Example
White with #77585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77585A; }
p { color: rgb(119,88,90); }
H1.HeaderClassName
{
color: #77585A;
}
.AnyTagClassName
{
color: #77585A;
}
</style>
background-color css
<style>
a { background-color: #77585A; }
a { background-color: rgb(119,88,90); }
div.DivClassName
{
background-color: #77585A;
}
.BgClassName
{
background-color: #77585A;
}
</style>
border-color css
<style>
span { border-color: #77585A; }
span { border-color: rgb(119,88,90); }
td.TdClassName
{
border-color: #77585A;
}
.TagClassName
{
border-color: #77585A;
}
</style>