Shades of Flint #737063
Tints of Flint #737063
RGB
CMYK
RGB Variations
Color information
#737063 (or 0x737063) is known color: Flint. HEX triplet: 73, 70 and 63. RGB value is (115,112,99). Sum of RGB (Red+Green+Blue) = 115+112+99=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #737063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737063 is #8C8F9C. Grayscale: #6F6F6F. Windows color (decimal): -9211805 or 6516851. OLE color: 6516851.
HSL color Cylindrical-coordinate representation of color #737063: hue angle of 48.75º 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 #737063 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 99 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.55 |
| HSL | 48.75º | 0.07% | 0.42% | - |
| HSV(B) | 48.75º | 0.14% | 0.45% | - |
| XYZ | 15.12 | 16.13 | 14.12 | - |
| YUV | 111.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 99 | 0 | 0.03 | 0.14 | 0.55 | 48.75 | 0.07 | 0.42 |
| Hex | 73 | 70 | 63 | 0 | 3 | E | 37 | 31 | 7 | 2A |
| Octal | 163 | 160 | 143 | 0 | 3 | 16 | 67 | 61 | 7 | 52 |
| Binary | 1110011 | 1110000 | 1100011 | 0 | 11 | 1110 | 110111 | 110001 | 111 | 101010 |
Color Harmonies of #737063
Complementary color
Monochromatic Colors of #737063
Black with #737063
Text Example
Text Example
White with #737063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737063; }
p { color: rgb(115,112,99); }
H1.HeaderClassName
{
color: #737063;
}
.AnyTagClassName
{
color: #737063;
}
</style>
background-color css
<style>
a { background-color: #737063; }
a { background-color: rgb(115,112,99); }
div.DivClassName
{
background-color: #737063;
}
.BgClassName
{
background-color: #737063;
}
</style>
border-color css
<style>
span { border-color: #737063; }
span { border-color: rgb(115,112,99); }
td.TdClassName
{
border-color: #737063;
}
.TagClassName
{
border-color: #737063;
}
</style>