Shades of Flint #726E5B
Tints of Flint #726E5B
RGB
CMYK
RGB Variations
Color information
#726E5B (or 0x726E5B) is known color: Flint. HEX triplet: 72, 6E and 5B. RGB value is (114,110,91). Sum of RGB (Red+Green+Blue) = 114+110+91=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E5B is #8D91A4. Grayscale: #6D6D6D. Windows color (decimal): -9277861 or 5992050. OLE color: 5992050.
HSL color Cylindrical-coordinate representation of color #726E5B: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726E5B is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 91 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.55 |
| HSL | 49.57º | 0.11% | 0.4% | - |
| HSV(B) | 49.57º | 0.2% | 0.45% | - |
| XYZ | 14.4 | 15.48 | 12.13 | - |
| YUV | 109.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 91 | 0 | 0.04 | 0.20 | 0.55 | 49.57 | 0.11 | 0.4 |
| Hex | 72 | 6E | 5B | 0 | 4 | 14 | 37 | 32 | B | 28 |
| Octal | 162 | 156 | 133 | 0 | 4 | 24 | 67 | 62 | 13 | 50 |
| Binary | 1110010 | 1101110 | 1011011 | 0 | 100 | 10100 | 110111 | 110010 | 1011 | 101000 |
Color Harmonies of #726E5B
Complementary color
Monochromatic Colors of #726E5B
Black with #726E5B
Text Example
Text Example
White with #726E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E5B; }
p { color: rgb(114,110,91); }
H1.HeaderClassName
{
color: #726E5B;
}
.AnyTagClassName
{
color: #726E5B;
}
</style>
background-color css
<style>
a { background-color: #726E5B; }
a { background-color: rgb(114,110,91); }
div.DivClassName
{
background-color: #726E5B;
}
.BgClassName
{
background-color: #726E5B;
}
</style>
border-color css
<style>
span { border-color: #726E5B; }
span { border-color: rgb(114,110,91); }
td.TdClassName
{
border-color: #726E5B;
}
.TagClassName
{
border-color: #726E5B;
}
</style>