Shades of Flint #746F5E
Tints of Flint #746F5E
RGB
CMYK
RGB Variations
Color information
#746F5E (or 0x746F5E) is known color: Flint. HEX triplet: 74, 6F and 5E. RGB value is (116,111,94). Sum of RGB (Red+Green+Blue) = 116+111+94=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F5E is #8B90A1. Grayscale: #6E6E6E. Windows color (decimal): -9146530 or 6188916. OLE color: 6188916.
HSL color Cylindrical-coordinate representation of color #746F5E: hue angle of 46.36º 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 #746F5E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
RGB | 116 | 111 | 94 | - |
CMYK | 0 | 0.04 | 0.19 | 0.55 |
HSL | 46.36º | 0.1% | 0.41% | - |
HSV(B) | 46.36º | 0.19% | 0.45% | - |
XYZ | 14.91 | 15.89 | 12.87 | - |
YUV | 110.56 | 118.66 | 131.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 111 | 94 | 0 | 0.04 | 0.19 | 0.55 | 46.36 | 0.1 | 0.41 |
Hex | 74 | 6F | 5E | 0 | 4 | 13 | 37 | 2E | A | 29 |
Octal | 164 | 157 | 136 | 0 | 4 | 23 | 67 | 56 | 12 | 51 |
Binary | 1110100 | 1101111 | 1011110 | 0 | 100 | 10011 | 110111 | 101110 | 1010 | 101001 |
Color Harmonies of #746F5E
Complementary color
Monochromatic Colors of #746F5E
Black with #746F5E
Text Example
Text Example
White with #746F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F5E; }
p { color: rgb(116,111,94); }
H1.HeaderClassName
{
color: #746F5E;
}
.AnyTagClassName
{
color: #746F5E;
}
</style>
background-color css
<style>
a { background-color: #746F5E; }
a { background-color: rgb(116,111,94); }
div.DivClassName
{
background-color: #746F5E;
}
.BgClassName
{
background-color: #746F5E;
}
</style>
border-color css
<style>
span { border-color: #746F5E; }
span { border-color: rgb(116,111,94); }
td.TdClassName
{
border-color: #746F5E;
}
.TagClassName
{
border-color: #746F5E;
}
</style>