Shades of Flint #747160
Tints of Flint #747160
RGB
CMYK
RGB Variations
Color information
#747160 (or 0x747160) is known color: Flint. HEX triplet: 74, 71 and 60. RGB value is (116,113,96). Sum of RGB (Red+Green+Blue) = 116+113+96=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #747160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747160 is #8B8E9F. Grayscale: #707070. Windows color (decimal): -9146016 or 6320500. OLE color: 6320500.
HSL color Cylindrical-coordinate representation of color #747160: hue angle of 51º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747160 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 96 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.55 |
| HSL | 51º | 0.09% | 0.42% | - |
| HSV(B) | 51º | 0.17% | 0.45% | - |
| XYZ | 15.22 | 16.37 | 13.42 | - |
| YUV | 111.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 96 | 0 | 0.03 | 0.17 | 0.55 | 51 | 0.09 | 0.42 |
| Hex | 74 | 71 | 60 | 0 | 3 | 11 | 37 | 33 | 9 | 2A |
| Octal | 164 | 161 | 140 | 0 | 3 | 21 | 67 | 63 | 11 | 52 |
| Binary | 1110100 | 1110001 | 1100000 | 0 | 11 | 10001 | 110111 | 110011 | 1001 | 101010 |
Color Harmonies of #747160
Complementary color
Monochromatic Colors of #747160
Black with #747160
Text Example
Text Example
White with #747160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747160; }
p { color: rgb(116,113,96); }
H1.HeaderClassName
{
color: #747160;
}
.AnyTagClassName
{
color: #747160;
}
</style>
background-color css
<style>
a { background-color: #747160; }
a { background-color: rgb(116,113,96); }
div.DivClassName
{
background-color: #747160;
}
.BgClassName
{
background-color: #747160;
}
</style>
border-color css
<style>
span { border-color: #747160; }
span { border-color: rgb(116,113,96); }
td.TdClassName
{
border-color: #747160;
}
.TagClassName
{
border-color: #747160;
}
</style>