Shades of Flint #737162
Tints of Flint #737162
RGB
CMYK
RGB Variations
Color information
#737162 (or 0x737162) is known color: Flint. HEX triplet: 73, 71 and 62. RGB value is (115,113,98). Sum of RGB (Red+Green+Blue) = 115+113+98=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #737162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737162 is #8C8E9D. Grayscale: #6F6F6F. Windows color (decimal): -9211550 or 6451571. OLE color: 6451571.
HSL color Cylindrical-coordinate representation of color #737162: hue angle of 52.94º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737162 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 98 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.55 |
| HSL | 52.94º | 0.08% | 0.42% | - |
| HSV(B) | 52.94º | 0.15% | 0.45% | - |
| XYZ | 15.18 | 16.34 | 13.91 | - |
| YUV | 111.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 98 | 0 | 0.02 | 0.15 | 0.55 | 52.94 | 0.08 | 0.42 |
| Hex | 73 | 71 | 62 | 0 | 2 | F | 37 | 35 | 8 | 2A |
| Octal | 163 | 161 | 142 | 0 | 2 | 17 | 67 | 65 | 10 | 52 |
| Binary | 1110011 | 1110001 | 1100010 | 0 | 10 | 1111 | 110111 | 110101 | 1000 | 101010 |
Color Harmonies of #737162
Complementary color
Monochromatic Colors of #737162
Black with #737162
Text Example
Text Example
White with #737162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737162; }
p { color: rgb(115,113,98); }
H1.HeaderClassName
{
color: #737162;
}
.AnyTagClassName
{
color: #737162;
}
</style>
background-color css
<style>
a { background-color: #737162; }
a { background-color: rgb(115,113,98); }
div.DivClassName
{
background-color: #737162;
}
.BgClassName
{
background-color: #737162;
}
</style>
border-color css
<style>
span { border-color: #737162; }
span { border-color: rgb(115,113,98); }
td.TdClassName
{
border-color: #737162;
}
.TagClassName
{
border-color: #737162;
}
</style>