Shades of Flint #747366
Tints of Flint #747366
RGB
CMYK
RGB Variations
Color information
#747366 (or 0x747366) is known color: Flint. HEX triplet: 74, 73 and 66. RGB value is (116,115,102). Sum of RGB (Red+Green+Blue) = 116+115+102=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #747366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747366 is #8B8C99. Grayscale: #717171. Windows color (decimal): -9145498 or 6714228. OLE color: 6714228.
HSL color Cylindrical-coordinate representation of color #747366: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747366 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 102 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.55 |
| HSL | 55.71º | 0.06% | 0.43% | - |
| HSV(B) | 55.71º | 0.12% | 0.45% | - |
| XYZ | 15.73 | 16.93 | 15.01 | - |
| YUV | 113.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 102 | 0 | 0.01 | 0.12 | 0.55 | 55.71 | 0.06 | 0.43 |
| Hex | 74 | 73 | 66 | 0 | 1 | C | 37 | 38 | 6 | 2B |
| Octal | 164 | 163 | 146 | 0 | 1 | 14 | 67 | 70 | 6 | 53 |
| Binary | 1110100 | 1110011 | 1100110 | 0 | 1 | 1100 | 110111 | 111000 | 110 | 101011 |
Color Harmonies of #747366
Complementary color
Monochromatic Colors of #747366
Black with #747366
Text Example
Text Example
White with #747366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747366; }
p { color: rgb(116,115,102); }
H1.HeaderClassName
{
color: #747366;
}
.AnyTagClassName
{
color: #747366;
}
</style>
background-color css
<style>
a { background-color: #747366; }
a { background-color: rgb(116,115,102); }
div.DivClassName
{
background-color: #747366;
}
.BgClassName
{
background-color: #747366;
}
</style>
border-color css
<style>
span { border-color: #747366; }
span { border-color: rgb(116,115,102); }
td.TdClassName
{
border-color: #747366;
}
.TagClassName
{
border-color: #747366;
}
</style>