Shades of Flint #74715E
Tints of Flint #74715E
RGB
CMYK
RGB Variations
Color information
#74715E (or 0x74715E) is known color: Flint. HEX triplet: 74, 71 and 5E. RGB value is (116,113,94). Sum of RGB (Red+Green+Blue) = 116+113+94=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74715E is #8B8EA1. Grayscale: #6F6F6F. Windows color (decimal): -9146018 or 6189428. OLE color: 6189428.
HSL color Cylindrical-coordinate representation of color #74715E: hue angle of 51.82º 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 #74715E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 94 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.55 |
| HSL | 51.82º | 0.1% | 0.41% | - |
| HSV(B) | 51.82º | 0.19% | 0.45% | - |
| XYZ | 15.13 | 16.33 | 12.94 | - |
| YUV | 111.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 94 | 0 | 0.03 | 0.19 | 0.55 | 51.82 | 0.1 | 0.41 |
| Hex | 74 | 71 | 5E | 0 | 3 | 13 | 37 | 34 | A | 29 |
| Octal | 164 | 161 | 136 | 0 | 3 | 23 | 67 | 64 | 12 | 51 |
| Binary | 1110100 | 1110001 | 1011110 | 0 | 11 | 10011 | 110111 | 110100 | 1010 | 101001 |
Color Harmonies of #74715E
Complementary color
Monochromatic Colors of #74715E
Black with #74715E
Text Example
Text Example
White with #74715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74715E; }
p { color: rgb(116,113,94); }
H1.HeaderClassName
{
color: #74715E;
}
.AnyTagClassName
{
color: #74715E;
}
</style>
background-color css
<style>
a { background-color: #74715E; }
a { background-color: rgb(116,113,94); }
div.DivClassName
{
background-color: #74715E;
}
.BgClassName
{
background-color: #74715E;
}
</style>
border-color css
<style>
span { border-color: #74715E; }
span { border-color: rgb(116,113,94); }
td.TdClassName
{
border-color: #74715E;
}
.TagClassName
{
border-color: #74715E;
}
</style>