Shades of Flint #726D59
Tints of Flint #726D59
RGB
CMYK
RGB Variations
Color information
#726D59 (or 0x726D59) is known color: Flint. HEX triplet: 72, 6D and 59. RGB value is (114,109,89). Sum of RGB (Red+Green+Blue) = 114+109+89=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D59 is #8D92A6. Grayscale: #6C6C6C. Windows color (decimal): -9278119 or 5860722. OLE color: 5860722.
HSL color Cylindrical-coordinate representation of color #726D59: hue angle of 48º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726D59 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 109 | 89 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.55 |
| HSL | 48º | 0.12% | 0.4% | - |
| HSV(B) | 48º | 0.22% | 0.45% | - |
| XYZ | 14.21 | 15.24 | 11.64 | - |
| YUV | 108.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 89 | 0 | 0.04 | 0.22 | 0.55 | 48 | 0.12 | 0.4 |
| Hex | 72 | 6D | 59 | 0 | 4 | 16 | 37 | 30 | C | 28 |
| Octal | 162 | 155 | 131 | 0 | 4 | 26 | 67 | 60 | 14 | 50 |
| Binary | 1110010 | 1101101 | 1011001 | 0 | 100 | 10110 | 110111 | 110000 | 1100 | 101000 |
Color Harmonies of #726D59
Complementary color
Monochromatic Colors of #726D59
Black with #726D59
Text Example
Text Example
White with #726D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D59; }
p { color: rgb(114,109,89); }
H1.HeaderClassName
{
color: #726D59;
}
.AnyTagClassName
{
color: #726D59;
}
</style>
background-color css
<style>
a { background-color: #726D59; }
a { background-color: rgb(114,109,89); }
div.DivClassName
{
background-color: #726D59;
}
.BgClassName
{
background-color: #726D59;
}
</style>
border-color css
<style>
span { border-color: #726D59; }
span { border-color: rgb(114,109,89); }
td.TdClassName
{
border-color: #726D59;
}
.TagClassName
{
border-color: #726D59;
}
</style>