Shades of Falcon #74595B
Tints of Falcon #74595B
RGB
CMYK
RGB Variations
Color information
#74595B (or 0x74595B) is known color: Falcon. HEX triplet: 74, 59 and 5B. RGB value is (116,89,91). Sum of RGB (Red+Green+Blue) = 116+89+91=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74595B is #8BA6A4. Grayscale: #616161. Windows color (decimal): -9152165 or 5986676. OLE color: 5986676.
HSL color Cylindrical-coordinate representation of color #74595B: hue angle of 355.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74595B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 91 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.55 |
| HSL | 355.56º | 0.13% | 0.4% | - |
| HSV(B) | 355.56º | 0.23% | 0.45% | - |
| XYZ | 12.66 | 11.61 | 11.47 | - |
| YUV | 97.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 91 | 0 | 0.23 | 0.22 | 0.55 | 355.56 | 0.13 | 0.4 |
| Hex | 74 | 59 | 5B | 0 | 17 | 16 | 37 | 164 | D | 28 |
| Octal | 164 | 131 | 133 | 0 | 27 | 26 | 67 | 544 | 15 | 50 |
| Binary | 1110100 | 1011001 | 1011011 | 0 | 10111 | 10110 | 110111 | 101100100 | 1101 | 101000 |
Color Harmonies of #74595B
Complementary color
Monochromatic Colors of #74595B
Black with #74595B
Text Example
Text Example
White with #74595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74595B; }
p { color: rgb(116,89,91); }
H1.HeaderClassName
{
color: #74595B;
}
.AnyTagClassName
{
color: #74595B;
}
</style>
background-color css
<style>
a { background-color: #74595B; }
a { background-color: rgb(116,89,91); }
div.DivClassName
{
background-color: #74595B;
}
.BgClassName
{
background-color: #74595B;
}
</style>
border-color css
<style>
span { border-color: #74595B; }
span { border-color: rgb(116,89,91); }
td.TdClassName
{
border-color: #74595B;
}
.TagClassName
{
border-color: #74595B;
}
</style>