Shades of Falcon #76575C
Tints of Falcon #76575C
RGB
CMYK
RGB Variations
Color information
#76575C (or 0x76575C) is known color: Falcon. HEX triplet: 76, 57 and 5C. RGB value is (118,87,92). Sum of RGB (Red+Green+Blue) = 118+87+92=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76575C is #89A8A3. Grayscale: #606060. Windows color (decimal): -9021604 or 6051702. OLE color: 6051702.
HSL color Cylindrical-coordinate representation of color #76575C: hue angle of 350.32º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76575C is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 92 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.54 |
| HSL | 350.32º | 0.15% | 0.4% | - |
| HSV(B) | 350.32º | 0.26% | 0.46% | - |
| XYZ | 12.81 | 11.44 | 11.66 | - |
| YUV | 96.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 92 | 0 | 0.26 | 0.22 | 0.54 | 350.32 | 0.15 | 0.4 |
| Hex | 76 | 57 | 5C | 0 | 1A | 16 | 36 | 15E | F | 28 |
| Octal | 166 | 127 | 134 | 0 | 32 | 26 | 66 | 536 | 17 | 50 |
| Binary | 1110110 | 1010111 | 1011100 | 0 | 11010 | 10110 | 110110 | 101011110 | 1111 | 101000 |
Color Harmonies of #76575C
Complementary color
Monochromatic Colors of #76575C
Black with #76575C
Text Example
Text Example
White with #76575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76575C; }
p { color: rgb(118,87,92); }
H1.HeaderClassName
{
color: #76575C;
}
.AnyTagClassName
{
color: #76575C;
}
</style>
background-color css
<style>
a { background-color: #76575C; }
a { background-color: rgb(118,87,92); }
div.DivClassName
{
background-color: #76575C;
}
.BgClassName
{
background-color: #76575C;
}
</style>
border-color css
<style>
span { border-color: #76575C; }
span { border-color: rgb(118,87,92); }
td.TdClassName
{
border-color: #76575C;
}
.TagClassName
{
border-color: #76575C;
}
</style>