Shades of Falcon #74565D
Tints of Falcon #74565D
RGB
CMYK
RGB Variations
Color information
#74565D (or 0x74565D) is known color: Falcon. HEX triplet: 74, 56 and 5D. RGB value is (116,86,93). Sum of RGB (Red+Green+Blue) = 116+86+93=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565D is #8BA9A2. Grayscale: #5F5F5F. Windows color (decimal): -9152931 or 6116980. OLE color: 6116980.
HSL color Cylindrical-coordinate representation of color #74565D: hue angle of 346º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74565D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 93 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.55 |
| HSL | 346º | 0.15% | 0.4% | - |
| HSV(B) | 346º | 0.26% | 0.45% | - |
| XYZ | 12.51 | 11.16 | 11.85 | - |
| YUV | 95.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 93 | 0 | 0.26 | 0.20 | 0.55 | 346 | 0.15 | 0.4 |
| Hex | 74 | 56 | 5D | 0 | 1A | 14 | 37 | 15A | F | 28 |
| Octal | 164 | 126 | 135 | 0 | 32 | 24 | 67 | 532 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1011101 | 0 | 11010 | 10100 | 110111 | 101011010 | 1111 | 101000 |
Color Harmonies of #74565D
Complementary color
Monochromatic Colors of #74565D
Black with #74565D
Text Example
Text Example
White with #74565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74565D; }
p { color: rgb(116,86,93); }
H1.HeaderClassName
{
color: #74565D;
}
.AnyTagClassName
{
color: #74565D;
}
</style>
background-color css
<style>
a { background-color: #74565D; }
a { background-color: rgb(116,86,93); }
div.DivClassName
{
background-color: #74565D;
}
.BgClassName
{
background-color: #74565D;
}
</style>
border-color css
<style>
span { border-color: #74565D; }
span { border-color: rgb(116,86,93); }
td.TdClassName
{
border-color: #74565D;
}
.TagClassName
{
border-color: #74565D;
}
</style>