Shades of Falcon #74595F
Tints of Falcon #74595F
RGB
CMYK
RGB Variations
Color information
#74595F (or 0x74595F) is known color: Falcon. HEX triplet: 74, 59 and 5F. RGB value is (116,89,95). Sum of RGB (Red+Green+Blue) = 116+89+95=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #74595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74595F is #8BA6A0. Grayscale: #616161. Windows color (decimal): -9152161 or 6248820. OLE color: 6248820.
HSL color Cylindrical-coordinate representation of color #74595F: hue angle of 346.67º 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 #74595F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 95 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.55 |
| HSL | 346.67º | 0.13% | 0.4% | - |
| HSV(B) | 346.67º | 0.23% | 0.45% | - |
| XYZ | 12.84 | 11.68 | 12.4 | - |
| YUV | 97.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 95 | 0 | 0.23 | 0.18 | 0.55 | 346.67 | 0.13 | 0.4 |
| Hex | 74 | 59 | 5F | 0 | 17 | 12 | 37 | 15B | D | 28 |
| Octal | 164 | 131 | 137 | 0 | 27 | 22 | 67 | 533 | 15 | 50 |
| Binary | 1110100 | 1011001 | 1011111 | 0 | 10111 | 10010 | 110111 | 101011011 | 1101 | 101000 |
Color Harmonies of #74595F
Complementary color
Monochromatic Colors of #74595F
Black with #74595F
Text Example
Text Example
White with #74595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74595F; }
p { color: rgb(116,89,95); }
H1.HeaderClassName
{
color: #74595F;
}
.AnyTagClassName
{
color: #74595F;
}
</style>
background-color css
<style>
a { background-color: #74595F; }
a { background-color: rgb(116,89,95); }
div.DivClassName
{
background-color: #74595F;
}
.BgClassName
{
background-color: #74595F;
}
</style>
border-color css
<style>
span { border-color: #74595F; }
span { border-color: rgb(116,89,95); }
td.TdClassName
{
border-color: #74595F;
}
.TagClassName
{
border-color: #74595F;
}
</style>