Shades of Falcon #74545A
Tints of Falcon #74545A
RGB
CMYK
RGB Variations
Color information
#74545A (or 0x74545A) is known color: Falcon. HEX triplet: 74, 54 and 5A. RGB value is (116,84,90). Sum of RGB (Red+Green+Blue) = 116+84+90=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74545A is #8BABA5. Grayscale: #5E5E5E. Windows color (decimal): -9153446 or 5919860. OLE color: 5919860.
HSL color Cylindrical-coordinate representation of color #74545A: hue angle of 348.75º degrees, saturation: 0.16, 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 #74545A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 90 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.55 |
| HSL | 348.75º | 0.16% | 0.39% | - |
| HSV(B) | 348.75º | 0.28% | 0.45% | - |
| XYZ | 12.22 | 10.79 | 11.11 | - |
| YUV | 94.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 90 | 0 | 0.28 | 0.22 | 0.55 | 348.75 | 0.16 | 0.39 |
| Hex | 74 | 54 | 5A | 0 | 1C | 16 | 37 | 15D | 10 | 27 |
| Octal | 164 | 124 | 132 | 0 | 34 | 26 | 67 | 535 | 20 | 47 |
| Binary | 1110100 | 1010100 | 1011010 | 0 | 11100 | 10110 | 110111 | 101011101 | 10000 | 100111 |
Color Harmonies of #74545A
Complementary color
Monochromatic Colors of #74545A
Black with #74545A
Text Example
Text Example
White with #74545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74545A; }
p { color: rgb(116,84,90); }
H1.HeaderClassName
{
color: #74545A;
}
.AnyTagClassName
{
color: #74545A;
}
</style>
background-color css
<style>
a { background-color: #74545A; }
a { background-color: rgb(116,84,90); }
div.DivClassName
{
background-color: #74545A;
}
.BgClassName
{
background-color: #74545A;
}
</style>
border-color css
<style>
span { border-color: #74545A; }
span { border-color: rgb(116,84,90); }
td.TdClassName
{
border-color: #74545A;
}
.TagClassName
{
border-color: #74545A;
}
</style>