Shades of Falcon #76595C
Tints of Falcon #76595C
RGB
CMYK
RGB Variations
Color information
#76595C (or 0x76595C) is known color: Falcon. HEX triplet: 76, 59 and 5C. RGB value is (118,89,92). Sum of RGB (Red+Green+Blue) = 118+89+92=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76595C is #89A6A3. Grayscale: #626262. Windows color (decimal): -9021092 or 6052214. OLE color: 6052214.
HSL color Cylindrical-coordinate representation of color #76595C: hue angle of 353.79º 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 #76595C is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 92 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.54 |
| HSL | 353.79º | 0.14% | 0.41% | - |
| HSV(B) | 353.79º | 0.25% | 0.46% | - |
| XYZ | 12.98 | 11.77 | 11.71 | - |
| YUV | 98.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 92 | 0 | 0.25 | 0.22 | 0.54 | 353.79 | 0.14 | 0.41 |
| Hex | 76 | 59 | 5C | 0 | 19 | 16 | 36 | 162 | E | 29 |
| Octal | 166 | 131 | 134 | 0 | 31 | 26 | 66 | 542 | 16 | 51 |
| Binary | 1110110 | 1011001 | 1011100 | 0 | 11001 | 10110 | 110110 | 101100010 | 1110 | 101001 |
Color Harmonies of #76595C
Complementary color
Monochromatic Colors of #76595C
Black with #76595C
Text Example
Text Example
White with #76595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76595C; }
p { color: rgb(118,89,92); }
H1.HeaderClassName
{
color: #76595C;
}
.AnyTagClassName
{
color: #76595C;
}
</style>
background-color css
<style>
a { background-color: #76595C; }
a { background-color: rgb(118,89,92); }
div.DivClassName
{
background-color: #76595C;
}
.BgClassName
{
background-color: #76595C;
}
</style>
border-color css
<style>
span { border-color: #76595C; }
span { border-color: rgb(118,89,92); }
td.TdClassName
{
border-color: #76595C;
}
.TagClassName
{
border-color: #76595C;
}
</style>