Shades of Falcon #76535B
Tints of Falcon #76535B
RGB
CMYK
RGB Variations
Color information
#76535B (or 0x76535B) is known color: Falcon. HEX triplet: 76, 53 and 5B. RGB value is (118,83,91). Sum of RGB (Red+Green+Blue) = 118+83+91=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535B is #89ACA4. Grayscale: #5E5E5E. Windows color (decimal): -9022629 or 5985142. OLE color: 5985142.
HSL color Cylindrical-coordinate representation of color #76535B: hue angle of 346.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76535B is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 91 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.54 |
| HSL | 346.29º | 0.17% | 0.39% | - |
| HSV(B) | 346.29º | 0.3% | 0.46% | - |
| XYZ | 12.45 | 10.79 | 11.32 | - |
| YUV | 94.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 91 | 0 | 0.30 | 0.23 | 0.54 | 346.29 | 0.17 | 0.39 |
| Hex | 76 | 53 | 5B | 0 | 1E | 17 | 36 | 15A | 11 | 27 |
| Octal | 166 | 123 | 133 | 0 | 36 | 27 | 66 | 532 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1011011 | 0 | 11110 | 10111 | 110110 | 101011010 | 10001 | 100111 |
Color Harmonies of #76535B
Complementary color
Monochromatic Colors of #76535B
Black with #76535B
Text Example
Text Example
White with #76535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76535B; }
p { color: rgb(118,83,91); }
H1.HeaderClassName
{
color: #76535B;
}
.AnyTagClassName
{
color: #76535B;
}
</style>
background-color css
<style>
a { background-color: #76535B; }
a { background-color: rgb(118,83,91); }
div.DivClassName
{
background-color: #76535B;
}
.BgClassName
{
background-color: #76535B;
}
</style>
border-color css
<style>
span { border-color: #76535B; }
span { border-color: rgb(118,83,91); }
td.TdClassName
{
border-color: #76535B;
}
.TagClassName
{
border-color: #76535B;
}
</style>