Shades of Falcon #76545C
Tints of Falcon #76545C
RGB
CMYK
RGB Variations
Color information
#76545C (or 0x76545C) is known color: Falcon. HEX triplet: 76, 54 and 5C. RGB value is (118,84,92). Sum of RGB (Red+Green+Blue) = 118+84+92=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76545C is #89ABA3. Grayscale: #5F5F5F. Windows color (decimal): -9022372 or 6050934. OLE color: 6050934.
HSL color Cylindrical-coordinate representation of color #76545C: hue angle of 345.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76545C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 92 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.54 |
| HSL | 345.88º | 0.17% | 0.4% | - |
| HSV(B) | 345.88º | 0.29% | 0.46% | - |
| XYZ | 12.57 | 10.96 | 11.58 | - |
| YUV | 95.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 92 | 0 | 0.29 | 0.22 | 0.54 | 345.88 | 0.17 | 0.4 |
| Hex | 76 | 54 | 5C | 0 | 1D | 16 | 36 | 15A | 11 | 28 |
| Octal | 166 | 124 | 134 | 0 | 35 | 26 | 66 | 532 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1011100 | 0 | 11101 | 10110 | 110110 | 101011010 | 10001 | 101000 |
Color Harmonies of #76545C
Complementary color
Monochromatic Colors of #76545C
Black with #76545C
Text Example
Text Example
White with #76545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76545C; }
p { color: rgb(118,84,92); }
H1.HeaderClassName
{
color: #76545C;
}
.AnyTagClassName
{
color: #76545C;
}
</style>
background-color css
<style>
a { background-color: #76545C; }
a { background-color: rgb(118,84,92); }
div.DivClassName
{
background-color: #76545C;
}
.BgClassName
{
background-color: #76545C;
}
</style>
border-color css
<style>
span { border-color: #76545C; }
span { border-color: rgb(118,84,92); }
td.TdClassName
{
border-color: #76545C;
}
.TagClassName
{
border-color: #76545C;
}
</style>