Shades of Flint #746E5B
Tints of Flint #746E5B
RGB
CMYK
RGB Variations
Color information
#746E5B (or 0x746E5B) is known color: Flint. HEX triplet: 74, 6E and 5B. RGB value is (116,110,91). Sum of RGB (Red+Green+Blue) = 116+110+91=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5B is #8B91A4. Grayscale: #6D6D6D. Windows color (decimal): -9146789 or 5992052. OLE color: 5992052.
HSL color Cylindrical-coordinate representation of color #746E5B: hue angle of 45.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746E5B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 91 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.55 |
| HSL | 45.6º | 0.12% | 0.41% | - |
| HSV(B) | 45.6º | 0.22% | 0.45% | - |
| XYZ | 14.67 | 15.62 | 12.14 | - |
| YUV | 109.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 91 | 0 | 0.05 | 0.22 | 0.55 | 45.6 | 0.12 | 0.41 |
| Hex | 74 | 6E | 5B | 0 | 5 | 16 | 37 | 2E | C | 29 |
| Octal | 164 | 156 | 133 | 0 | 5 | 26 | 67 | 56 | 14 | 51 |
| Binary | 1110100 | 1101110 | 1011011 | 0 | 101 | 10110 | 110111 | 101110 | 1100 | 101001 |
Color Harmonies of #746E5B
Complementary color
Monochromatic Colors of #746E5B
Black with #746E5B
Text Example
Text Example
White with #746E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E5B; }
p { color: rgb(116,110,91); }
H1.HeaderClassName
{
color: #746E5B;
}
.AnyTagClassName
{
color: #746E5B;
}
</style>
background-color css
<style>
a { background-color: #746E5B; }
a { background-color: rgb(116,110,91); }
div.DivClassName
{
background-color: #746E5B;
}
.BgClassName
{
background-color: #746E5B;
}
</style>
border-color css
<style>
span { border-color: #746E5B; }
span { border-color: rgb(116,110,91); }
td.TdClassName
{
border-color: #746E5B;
}
.TagClassName
{
border-color: #746E5B;
}
</style>