Shades of Flint #746F5D
Tints of Flint #746F5D
RGB
CMYK
RGB Variations
Color information
#746F5D (or 0x746F5D) is known color: Flint. HEX triplet: 74, 6F and 5D. RGB value is (116,111,93). Sum of RGB (Red+Green+Blue) = 116+111+93=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F5D is #8B90A2. Grayscale: #6E6E6E. Windows color (decimal): -9146531 or 6123380. OLE color: 6123380.
HSL color Cylindrical-coordinate representation of color #746F5D: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746F5D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 93 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.55 |
| HSL | 46.96º | 0.11% | 0.41% | - |
| HSV(B) | 46.96º | 0.2% | 0.45% | - |
| XYZ | 14.86 | 15.87 | 12.64 | - |
| YUV | 110.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 93 | 0 | 0.04 | 0.20 | 0.55 | 46.96 | 0.11 | 0.41 |
| Hex | 74 | 6F | 5D | 0 | 4 | 14 | 37 | 2F | B | 29 |
| Octal | 164 | 157 | 135 | 0 | 4 | 24 | 67 | 57 | 13 | 51 |
| Binary | 1110100 | 1101111 | 1011101 | 0 | 100 | 10100 | 110111 | 101111 | 1011 | 101001 |
Color Harmonies of #746F5D
Complementary color
Monochromatic Colors of #746F5D
Black with #746F5D
Text Example
Text Example
White with #746F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F5D; }
p { color: rgb(116,111,93); }
H1.HeaderClassName
{
color: #746F5D;
}
.AnyTagClassName
{
color: #746F5D;
}
</style>
background-color css
<style>
a { background-color: #746F5D; }
a { background-color: rgb(116,111,93); }
div.DivClassName
{
background-color: #746F5D;
}
.BgClassName
{
background-color: #746F5D;
}
</style>
border-color css
<style>
span { border-color: #746F5D; }
span { border-color: rgb(116,111,93); }
td.TdClassName
{
border-color: #746F5D;
}
.TagClassName
{
border-color: #746F5D;
}
</style>