Shades of Falcon #745354
Tints of Falcon #745354
RGB
CMYK
RGB Variations
Color information
#745354 (or 0x745354) is known color: Falcon. HEX triplet: 74, 53 and 54. RGB value is (116,83,84). Sum of RGB (Red+Green+Blue) = 116+83+84=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745354 is #8BACAB. Grayscale: #5D5D5D. Windows color (decimal): -9153708 or 5526388. OLE color: 5526388.
HSL color Cylindrical-coordinate representation of color #745354: hue angle of 358.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745354 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 83 | 84 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.55 |
| HSL | 358.18º | 0.17% | 0.39% | - |
| HSV(B) | 358.18º | 0.28% | 0.45% | - |
| XYZ | 11.9 | 10.54 | 9.79 | - |
| YUV | 92.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 84 | 0 | 0.28 | 0.28 | 0.55 | 358.18 | 0.17 | 0.39 |
| Hex | 74 | 53 | 54 | 0 | 1C | 1C | 37 | 166 | 11 | 27 |
| Octal | 164 | 123 | 124 | 0 | 34 | 34 | 67 | 546 | 21 | 47 |
| Binary | 1110100 | 1010011 | 1010100 | 0 | 11100 | 11100 | 110111 | 101100110 | 10001 | 100111 |
Color Harmonies of #745354
Complementary color
Monochromatic Colors of #745354
Black with #745354
Text Example
Text Example
White with #745354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745354; }
p { color: rgb(116,83,84); }
H1.HeaderClassName
{
color: #745354;
}
.AnyTagClassName
{
color: #745354;
}
</style>
background-color css
<style>
a { background-color: #745354; }
a { background-color: rgb(116,83,84); }
div.DivClassName
{
background-color: #745354;
}
.BgClassName
{
background-color: #745354;
}
</style>
border-color css
<style>
span { border-color: #745354; }
span { border-color: rgb(116,83,84); }
td.TdClassName
{
border-color: #745354;
}
.TagClassName
{
border-color: #745354;
}
</style>