Shades of Flint #726E59
Tints of Flint #726E59
RGB
CMYK
RGB Variations
Color information
#726E59 (or 0x726E59) is known color: Flint. HEX triplet: 72, 6E and 59. RGB value is (114,110,89). Sum of RGB (Red+Green+Blue) = 114+110+89=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E59 is #8D91A6. Grayscale: #6C6C6C. Windows color (decimal): -9277863 or 5860978. OLE color: 5860978.
HSL color Cylindrical-coordinate representation of color #726E59: hue angle of 50.4º 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 #726E59 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 89 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.55 |
| HSL | 50.4º | 0.12% | 0.4% | - |
| HSV(B) | 50.4º | 0.22% | 0.45% | - |
| XYZ | 14.32 | 15.45 | 11.68 | - |
| YUV | 108.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 89 | 0 | 0.04 | 0.22 | 0.55 | 50.4 | 0.12 | 0.4 |
| Hex | 72 | 6E | 59 | 0 | 4 | 16 | 37 | 32 | C | 28 |
| Octal | 162 | 156 | 131 | 0 | 4 | 26 | 67 | 62 | 14 | 50 |
| Binary | 1110010 | 1101110 | 1011001 | 0 | 100 | 10110 | 110111 | 110010 | 1100 | 101000 |
Color Harmonies of #726E59
Complementary color
Monochromatic Colors of #726E59
Black with #726E59
Text Example
Text Example
White with #726E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E59; }
p { color: rgb(114,110,89); }
H1.HeaderClassName
{
color: #726E59;
}
.AnyTagClassName
{
color: #726E59;
}
</style>
background-color css
<style>
a { background-color: #726E59; }
a { background-color: rgb(114,110,89); }
div.DivClassName
{
background-color: #726E59;
}
.BgClassName
{
background-color: #726E59;
}
</style>
border-color css
<style>
span { border-color: #726E59; }
span { border-color: rgb(114,110,89); }
td.TdClassName
{
border-color: #726E59;
}
.TagClassName
{
border-color: #726E59;
}
</style>