Shades of Falcon #77535B
Tints of Falcon #77535B
RGB
CMYK
RGB Variations
Color information
#77535B (or 0x77535B) is known color: Falcon. HEX triplet: 77, 53 and 5B. RGB value is (119,83,91). Sum of RGB (Red+Green+Blue) = 119+83+91=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77535B is #88ACA4. Grayscale: #5E5E5E. Windows color (decimal): -8957093 or 5985143. OLE color: 5985143.
HSL color Cylindrical-coordinate representation of color #77535B: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77535B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 91 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.53 |
| HSL | 346.67º | 0.18% | 0.4% | - |
| HSV(B) | 346.67º | 0.3% | 0.47% | - |
| XYZ | 12.59 | 10.86 | 11.33 | - |
| YUV | 94.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 91 | 0 | 0.30 | 0.24 | 0.53 | 346.67 | 0.18 | 0.4 |
| Hex | 77 | 53 | 5B | 0 | 1E | 18 | 35 | 15B | 12 | 28 |
| Octal | 167 | 123 | 133 | 0 | 36 | 30 | 65 | 533 | 22 | 50 |
| Binary | 1110111 | 1010011 | 1011011 | 0 | 11110 | 11000 | 110101 | 101011011 | 10010 | 101000 |
Color Harmonies of #77535B
Complementary color
Monochromatic Colors of #77535B
Black with #77535B
Text Example
Text Example
White with #77535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77535B; }
p { color: rgb(119,83,91); }
H1.HeaderClassName
{
color: #77535B;
}
.AnyTagClassName
{
color: #77535B;
}
</style>
background-color css
<style>
a { background-color: #77535B; }
a { background-color: rgb(119,83,91); }
div.DivClassName
{
background-color: #77535B;
}
.BgClassName
{
background-color: #77535B;
}
</style>
border-color css
<style>
span { border-color: #77535B; }
span { border-color: rgb(119,83,91); }
td.TdClassName
{
border-color: #77535B;
}
.TagClassName
{
border-color: #77535B;
}
</style>