Shades of Flint #737164
Tints of Flint #737164
RGB
CMYK
RGB Variations
Color information
#737164 (or 0x737164) is known color: Flint. HEX triplet: 73, 71 and 64. RGB value is (115,113,100). Sum of RGB (Red+Green+Blue) = 115+113+100=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 115 - color contains mainly: red. Hex color #737164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737164 is #8C8E9B. Grayscale: #707070. Windows color (decimal): -9211548 or 6582643. OLE color: 6582643.
HSL color Cylindrical-coordinate representation of color #737164: hue angle of 52º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737164 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 100 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.55 |
| HSL | 52º | 0.07% | 0.42% | - |
| HSV(B) | 52º | 0.13% | 0.45% | - |
| XYZ | 15.28 | 16.38 | 14.41 | - |
| YUV | 112.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 100 | 0 | 0.02 | 0.13 | 0.55 | 52 | 0.07 | 0.42 |
| Hex | 73 | 71 | 64 | 0 | 2 | D | 37 | 34 | 7 | 2A |
| Octal | 163 | 161 | 144 | 0 | 2 | 15 | 67 | 64 | 7 | 52 |
| Binary | 1110011 | 1110001 | 1100100 | 0 | 10 | 1101 | 110111 | 110100 | 111 | 101010 |
Color Harmonies of #737164
Complementary color
Monochromatic Colors of #737164
Black with #737164
Text Example
Text Example
White with #737164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737164; }
p { color: rgb(115,113,100); }
H1.HeaderClassName
{
color: #737164;
}
.AnyTagClassName
{
color: #737164;
}
</style>
background-color css
<style>
a { background-color: #737164; }
a { background-color: rgb(115,113,100); }
div.DivClassName
{
background-color: #737164;
}
.BgClassName
{
background-color: #737164;
}
</style>
border-color css
<style>
span { border-color: #737164; }
span { border-color: rgb(115,113,100); }
td.TdClassName
{
border-color: #737164;
}
.TagClassName
{
border-color: #737164;
}
</style>