Shades of Flint #76715E
Tints of Flint #76715E
RGB
CMYK
RGB Variations
Color information
#76715E (or 0x76715E) is known color: Flint. HEX triplet: 76, 71 and 5E. RGB value is (118,113,94). Sum of RGB (Red+Green+Blue) = 118+113+94=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #76715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76715E is #898EA1. Grayscale: #707070. Windows color (decimal): -9014946 or 6189430. OLE color: 6189430.
HSL color Cylindrical-coordinate representation of color #76715E: hue angle of 47.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76715E is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 94 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.54 |
| HSL | 47.5º | 0.11% | 0.42% | - |
| HSV(B) | 47.5º | 0.2% | 0.46% | - |
| XYZ | 15.4 | 16.47 | 12.96 | - |
| YUV | 112.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 94 | 0 | 0.04 | 0.20 | 0.54 | 47.5 | 0.11 | 0.42 |
| Hex | 76 | 71 | 5E | 0 | 4 | 14 | 36 | 30 | B | 2A |
| Octal | 166 | 161 | 136 | 0 | 4 | 24 | 66 | 60 | 13 | 52 |
| Binary | 1110110 | 1110001 | 1011110 | 0 | 100 | 10100 | 110110 | 110000 | 1011 | 101010 |
Color Harmonies of #76715E
Complementary color
Monochromatic Colors of #76715E
Black with #76715E
Text Example
Text Example
White with #76715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76715E; }
p { color: rgb(118,113,94); }
H1.HeaderClassName
{
color: #76715E;
}
.AnyTagClassName
{
color: #76715E;
}
</style>
background-color css
<style>
a { background-color: #76715E; }
a { background-color: rgb(118,113,94); }
div.DivClassName
{
background-color: #76715E;
}
.BgClassName
{
background-color: #76715E;
}
</style>
border-color css
<style>
span { border-color: #76715E; }
span { border-color: rgb(118,113,94); }
td.TdClassName
{
border-color: #76715E;
}
.TagClassName
{
border-color: #76715E;
}
</style>