Shades of Flint #726D5E
Tints of Flint #726D5E
RGB
CMYK
RGB Variations
Color information
#726D5E (or 0x726D5E) is known color: Flint. HEX triplet: 72, 6D and 5E. RGB value is (114,109,94). Sum of RGB (Red+Green+Blue) = 114+109+94=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D5E is #8D92A1. Grayscale: #6C6C6C. Windows color (decimal): -9278114 or 6188402. OLE color: 6188402.
HSL color Cylindrical-coordinate representation of color #726D5E: hue angle of 45º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #726D5E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 94 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.55 |
| HSL | 45º | 0.1% | 0.41% | - |
| HSV(B) | 45º | 0.18% | 0.45% | - |
| XYZ | 14.43 | 15.32 | 12.79 | - |
| YUV | 108.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 94 | 0 | 0.04 | 0.18 | 0.55 | 45 | 0.1 | 0.41 |
| Hex | 72 | 6D | 5E | 0 | 4 | 12 | 37 | 2D | A | 29 |
| Octal | 162 | 155 | 136 | 0 | 4 | 22 | 67 | 55 | 12 | 51 |
| Binary | 1110010 | 1101101 | 1011110 | 0 | 100 | 10010 | 110111 | 101101 | 1010 | 101001 |
Color Harmonies of #726D5E
Complementary color
Monochromatic Colors of #726D5E
Black with #726D5E
Text Example
Text Example
White with #726D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D5E; }
p { color: rgb(114,109,94); }
H1.HeaderClassName
{
color: #726D5E;
}
.AnyTagClassName
{
color: #726D5E;
}
</style>
background-color css
<style>
a { background-color: #726D5E; }
a { background-color: rgb(114,109,94); }
div.DivClassName
{
background-color: #726D5E;
}
.BgClassName
{
background-color: #726D5E;
}
</style>
border-color css
<style>
span { border-color: #726D5E; }
span { border-color: rgb(114,109,94); }
td.TdClassName
{
border-color: #726D5E;
}
.TagClassName
{
border-color: #726D5E;
}
</style>