Shades of Flint #74705E
Tints of Flint #74705E
RGB
CMYK
RGB Variations
Color information
#74705E (or 0x74705E) is known color: Flint. HEX triplet: 74, 70 and 5E. RGB value is (116,112,94). Sum of RGB (Red+Green+Blue) = 116+112+94=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74705E is #8B8FA1. Grayscale: #6F6F6F. Windows color (decimal): -9146274 or 6189172. OLE color: 6189172.
HSL color Cylindrical-coordinate representation of color #74705E: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74705E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 94 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.55 |
| HSL | 49.09º | 0.1% | 0.41% | - |
| HSV(B) | 49.09º | 0.19% | 0.45% | - |
| XYZ | 15.02 | 16.11 | 12.91 | - |
| YUV | 111.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 94 | 0 | 0.03 | 0.19 | 0.55 | 49.09 | 0.1 | 0.41 |
| Hex | 74 | 70 | 5E | 0 | 3 | 13 | 37 | 31 | A | 29 |
| Octal | 164 | 160 | 136 | 0 | 3 | 23 | 67 | 61 | 12 | 51 |
| Binary | 1110100 | 1110000 | 1011110 | 0 | 11 | 10011 | 110111 | 110001 | 1010 | 101001 |
Color Harmonies of #74705E
Complementary color
Monochromatic Colors of #74705E
Black with #74705E
Text Example
Text Example
White with #74705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74705E; }
p { color: rgb(116,112,94); }
H1.HeaderClassName
{
color: #74705E;
}
.AnyTagClassName
{
color: #74705E;
}
</style>
background-color css
<style>
a { background-color: #74705E; }
a { background-color: rgb(116,112,94); }
div.DivClassName
{
background-color: #74705E;
}
.BgClassName
{
background-color: #74705E;
}
</style>
border-color css
<style>
span { border-color: #74705E; }
span { border-color: rgb(116,112,94); }
td.TdClassName
{
border-color: #74705E;
}
.TagClassName
{
border-color: #74705E;
}
</style>