Shades of Flint #736F5D
Tints of Flint #736F5D
RGB
CMYK
RGB Variations
Color information
#736F5D (or 0x736F5D) is known color: Flint. HEX triplet: 73, 6F and 5D. RGB value is (115,111,93). Sum of RGB (Red+Green+Blue) = 115+111+93=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F5D is #8C90A2. Grayscale: #6E6E6E. Windows color (decimal): -9212067 or 6123379. OLE color: 6123379.
HSL color Cylindrical-coordinate representation of color #736F5D: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #736F5D is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 93 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.55 |
| HSL | 49.09º | 0.11% | 0.41% | - |
| HSV(B) | 49.09º | 0.19% | 0.45% | - |
| XYZ | 14.73 | 15.8 | 12.63 | - |
| YUV | 110.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 93 | 0 | 0.03 | 0.19 | 0.55 | 49.09 | 0.11 | 0.41 |
| Hex | 73 | 6F | 5D | 0 | 3 | 13 | 37 | 31 | B | 29 |
| Octal | 163 | 157 | 135 | 0 | 3 | 23 | 67 | 61 | 13 | 51 |
| Binary | 1110011 | 1101111 | 1011101 | 0 | 11 | 10011 | 110111 | 110001 | 1011 | 101001 |
Color Harmonies of #736F5D
Complementary color
Monochromatic Colors of #736F5D
Black with #736F5D
Text Example
Text Example
White with #736F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F5D; }
p { color: rgb(115,111,93); }
H1.HeaderClassName
{
color: #736F5D;
}
.AnyTagClassName
{
color: #736F5D;
}
</style>
background-color css
<style>
a { background-color: #736F5D; }
a { background-color: rgb(115,111,93); }
div.DivClassName
{
background-color: #736F5D;
}
.BgClassName
{
background-color: #736F5D;
}
</style>
border-color css
<style>
span { border-color: #736F5D; }
span { border-color: rgb(115,111,93); }
td.TdClassName
{
border-color: #736F5D;
}
.TagClassName
{
border-color: #736F5D;
}
</style>