Shades of Flint #747364
Tints of Flint #747364
RGB
CMYK
RGB Variations
Color information
#747364 (or 0x747364) is known color: Flint. HEX triplet: 74, 73 and 64. RGB value is (116,115,100). Sum of RGB (Red+Green+Blue) = 116+115+100=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #747364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747364 is #8B8C9B. Grayscale: #717171. Windows color (decimal): -9145500 or 6583156. OLE color: 6583156.
HSL color Cylindrical-coordinate representation of color #747364: hue angle of 56.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747364 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 100 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.55 |
| HSL | 56.25º | 0.07% | 0.42% | - |
| HSV(B) | 56.25º | 0.14% | 0.45% | - |
| XYZ | 15.63 | 16.89 | 14.49 | - |
| YUV | 113.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 100 | 0 | 0.01 | 0.14 | 0.55 | 56.25 | 0.07 | 0.42 |
| Hex | 74 | 73 | 64 | 0 | 1 | E | 37 | 38 | 7 | 2A |
| Octal | 164 | 163 | 144 | 0 | 1 | 16 | 67 | 70 | 7 | 52 |
| Binary | 1110100 | 1110011 | 1100100 | 0 | 1 | 1110 | 110111 | 111000 | 111 | 101010 |
Color Harmonies of #747364
Complementary color
Monochromatic Colors of #747364
Black with #747364
Text Example
Text Example
White with #747364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747364; }
p { color: rgb(116,115,100); }
H1.HeaderClassName
{
color: #747364;
}
.AnyTagClassName
{
color: #747364;
}
</style>
background-color css
<style>
a { background-color: #747364; }
a { background-color: rgb(116,115,100); }
div.DivClassName
{
background-color: #747364;
}
.BgClassName
{
background-color: #747364;
}
</style>
border-color css
<style>
span { border-color: #747364; }
span { border-color: rgb(116,115,100); }
td.TdClassName
{
border-color: #747364;
}
.TagClassName
{
border-color: #747364;
}
</style>