Shades of Falcon #74565C
Tints of Falcon #74565C
RGB
CMYK
RGB Variations
Color information
#74565C (or 0x74565C) is known color: Falcon. HEX triplet: 74, 56 and 5C. RGB value is (116,86,92). Sum of RGB (Red+Green+Blue) = 116+86+92=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565C is #8BA9A3. Grayscale: #5F5F5F. Windows color (decimal): -9152932 or 6051444. OLE color: 6051444.
HSL color Cylindrical-coordinate representation of color #74565C: hue angle of 348º 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 #74565C is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 92 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.55 |
| HSL | 348º | 0.15% | 0.4% | - |
| HSV(B) | 348º | 0.26% | 0.45% | - |
| XYZ | 12.46 | 11.14 | 11.62 | - |
| YUV | 95.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 92 | 0 | 0.26 | 0.21 | 0.55 | 348 | 0.15 | 0.4 |
| Hex | 74 | 56 | 5C | 0 | 1A | 15 | 37 | 15C | F | 28 |
| Octal | 164 | 126 | 134 | 0 | 32 | 25 | 67 | 534 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1011100 | 0 | 11010 | 10101 | 110111 | 101011100 | 1111 | 101000 |
Color Harmonies of #74565C
Complementary color
Monochromatic Colors of #74565C
Black with #74565C
Text Example
Text Example
White with #74565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74565C; }
p { color: rgb(116,86,92); }
H1.HeaderClassName
{
color: #74565C;
}
.AnyTagClassName
{
color: #74565C;
}
</style>
background-color css
<style>
a { background-color: #74565C; }
a { background-color: rgb(116,86,92); }
div.DivClassName
{
background-color: #74565C;
}
.BgClassName
{
background-color: #74565C;
}
</style>
border-color css
<style>
span { border-color: #74565C; }
span { border-color: rgb(116,86,92); }
td.TdClassName
{
border-color: #74565C;
}
.TagClassName
{
border-color: #74565C;
}
</style>