Shades of Falcon #76595B
Tints of Falcon #76595B
RGB
CMYK
RGB Variations
Color information
#76595B (or 0x76595B) is known color: Falcon. HEX triplet: 76, 59 and 5B. RGB value is (118,89,91). Sum of RGB (Red+Green+Blue) = 118+89+91=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76595B is #89A6A4. Grayscale: #616161. Windows color (decimal): -9021093 or 5986678. OLE color: 5986678.
HSL color Cylindrical-coordinate representation of color #76595B: hue angle of 355.86º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76595B is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 91 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.54 |
| HSL | 355.86º | 0.14% | 0.41% | - |
| HSV(B) | 355.86º | 0.25% | 0.46% | - |
| XYZ | 12.93 | 11.75 | 11.48 | - |
| YUV | 97.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 91 | 0 | 0.25 | 0.23 | 0.54 | 355.86 | 0.14 | 0.41 |
| Hex | 76 | 59 | 5B | 0 | 19 | 17 | 36 | 164 | E | 29 |
| Octal | 166 | 131 | 133 | 0 | 31 | 27 | 66 | 544 | 16 | 51 |
| Binary | 1110110 | 1011001 | 1011011 | 0 | 11001 | 10111 | 110110 | 101100100 | 1110 | 101001 |
Color Harmonies of #76595B
Complementary color
Monochromatic Colors of #76595B
Black with #76595B
Text Example
Text Example
White with #76595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76595B; }
p { color: rgb(118,89,91); }
H1.HeaderClassName
{
color: #76595B;
}
.AnyTagClassName
{
color: #76595B;
}
</style>
background-color css
<style>
a { background-color: #76595B; }
a { background-color: rgb(118,89,91); }
div.DivClassName
{
background-color: #76595B;
}
.BgClassName
{
background-color: #76595B;
}
</style>
border-color css
<style>
span { border-color: #76595B; }
span { border-color: rgb(118,89,91); }
td.TdClassName
{
border-color: #76595B;
}
.TagClassName
{
border-color: #76595B;
}
</style>