Shades of Flint #74715F
Tints of Flint #74715F
RGB
CMYK
RGB Variations
Color information
#74715F (or 0x74715F) is known color: Flint. HEX triplet: 74, 71 and 5F. RGB value is (116,113,95). Sum of RGB (Red+Green+Blue) = 116+113+95=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 116 - color contains mainly: red. Hex color #74715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74715F is #8B8EA0. Grayscale: #6F6F6F. Windows color (decimal): -9146017 or 6254964. OLE color: 6254964.
HSL color Cylindrical-coordinate representation of color #74715F: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74715F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 95 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.55 |
| HSL | 51.43º | 0.1% | 0.41% | - |
| HSV(B) | 51.43º | 0.18% | 0.45% | - |
| XYZ | 15.17 | 16.35 | 13.18 | - |
| YUV | 111.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 95 | 0 | 0.03 | 0.18 | 0.55 | 51.43 | 0.1 | 0.41 |
| Hex | 74 | 71 | 5F | 0 | 3 | 12 | 37 | 33 | A | 29 |
| Octal | 164 | 161 | 137 | 0 | 3 | 22 | 67 | 63 | 12 | 51 |
| Binary | 1110100 | 1110001 | 1011111 | 0 | 11 | 10010 | 110111 | 110011 | 1010 | 101001 |
Color Harmonies of #74715F
Complementary color
Monochromatic Colors of #74715F
Black with #74715F
Text Example
Text Example
White with #74715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74715F; }
p { color: rgb(116,113,95); }
H1.HeaderClassName
{
color: #74715F;
}
.AnyTagClassName
{
color: #74715F;
}
</style>
background-color css
<style>
a { background-color: #74715F; }
a { background-color: rgb(116,113,95); }
div.DivClassName
{
background-color: #74715F;
}
.BgClassName
{
background-color: #74715F;
}
</style>
border-color css
<style>
span { border-color: #74715F; }
span { border-color: rgb(116,113,95); }
td.TdClassName
{
border-color: #74715F;
}
.TagClassName
{
border-color: #74715F;
}
</style>