Shades of Flint #737160
Tints of Flint #737160
RGB
CMYK
RGB Variations
Color information
#737160 (or 0x737160) is known color: Flint. HEX triplet: 73, 71 and 60. RGB value is (115,113,96). Sum of RGB (Red+Green+Blue) = 115+113+96=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #737160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737160 is #8C8E9F. Grayscale: #6F6F6F. Windows color (decimal): -9211552 or 6320499. OLE color: 6320499.
HSL color Cylindrical-coordinate representation of color #737160: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #737160 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 96 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.55 |
| HSL | 53.68º | 0.09% | 0.41% | - |
| HSV(B) | 53.68º | 0.17% | 0.45% | - |
| XYZ | 15.09 | 16.3 | 13.42 | - |
| YUV | 111.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 96 | 0 | 0.02 | 0.17 | 0.55 | 53.68 | 0.09 | 0.41 |
| Hex | 73 | 71 | 60 | 0 | 2 | 11 | 37 | 36 | 9 | 29 |
| Octal | 163 | 161 | 140 | 0 | 2 | 21 | 67 | 66 | 11 | 51 |
| Binary | 1110011 | 1110001 | 1100000 | 0 | 10 | 10001 | 110111 | 110110 | 1001 | 101001 |
Color Harmonies of #737160
Complementary color
Monochromatic Colors of #737160
Black with #737160
Text Example
Text Example
White with #737160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737160; }
p { color: rgb(115,113,96); }
H1.HeaderClassName
{
color: #737160;
}
.AnyTagClassName
{
color: #737160;
}
</style>
background-color css
<style>
a { background-color: #737160; }
a { background-color: rgb(115,113,96); }
div.DivClassName
{
background-color: #737160;
}
.BgClassName
{
background-color: #737160;
}
</style>
border-color css
<style>
span { border-color: #737160; }
span { border-color: rgb(115,113,96); }
td.TdClassName
{
border-color: #737160;
}
.TagClassName
{
border-color: #737160;
}
</style>