Shades of Flint #716F5D
Tints of Flint #716F5D
RGB
CMYK
RGB Variations
Color information
#716F5D (or 0x716F5D) is known color: Flint. HEX triplet: 71, 6F and 5D. RGB value is (113,111,93). Sum of RGB (Red+Green+Blue) = 113+111+93=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F5D is #8E90A2. Grayscale: #6D6D6D. Windows color (decimal): -9343139 or 6123377. OLE color: 6123377.
HSL color Cylindrical-coordinate representation of color #716F5D: hue angle of 54º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716F5D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 93 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.56 |
| HSL | 54º | 0.1% | 0.4% | - |
| HSV(B) | 54º | 0.18% | 0.44% | - |
| XYZ | 14.47 | 15.67 | 12.62 | - |
| YUV | 109.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 93 | 0 | 0.02 | 0.18 | 0.56 | 54 | 0.1 | 0.4 |
| Hex | 71 | 6F | 5D | 0 | 2 | 12 | 38 | 36 | A | 28 |
| Octal | 161 | 157 | 135 | 0 | 2 | 22 | 70 | 66 | 12 | 50 |
| Binary | 1110001 | 1101111 | 1011101 | 0 | 10 | 10010 | 111000 | 110110 | 1010 | 101000 |
Color Harmonies of #716F5D
Complementary color
Monochromatic Colors of #716F5D
Black with #716F5D
Text Example
Text Example
White with #716F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F5D; }
p { color: rgb(113,111,93); }
H1.HeaderClassName
{
color: #716F5D;
}
.AnyTagClassName
{
color: #716F5D;
}
</style>
background-color css
<style>
a { background-color: #716F5D; }
a { background-color: rgb(113,111,93); }
div.DivClassName
{
background-color: #716F5D;
}
.BgClassName
{
background-color: #716F5D;
}
</style>
border-color css
<style>
span { border-color: #716F5D; }
span { border-color: rgb(113,111,93); }
td.TdClassName
{
border-color: #716F5D;
}
.TagClassName
{
border-color: #716F5D;
}
</style>