Shades of Flint #726F58
Tints of Flint #726F58
RGB
CMYK
RGB Variations
Color information
#726F58 (or 0x726F58) is known color: Flint. HEX triplet: 72, 6F and 58. RGB value is (114,111,88). Sum of RGB (Red+Green+Blue) = 114+111+88=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F58 is #8D90A7. Grayscale: #6D6D6D. Windows color (decimal): -9277608 or 5795698. OLE color: 5795698.
HSL color Cylindrical-coordinate representation of color #726F58: hue angle of 53.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726F58 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 88 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.55 |
| HSL | 53.08º | 0.13% | 0.4% | - |
| HSV(B) | 53.08º | 0.23% | 0.45% | - |
| XYZ | 14.39 | 15.65 | 11.5 | - |
| YUV | 109.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 88 | 0 | 0.03 | 0.23 | 0.55 | 53.08 | 0.13 | 0.4 |
| Hex | 72 | 6F | 58 | 0 | 3 | 17 | 37 | 35 | D | 28 |
| Octal | 162 | 157 | 130 | 0 | 3 | 27 | 67 | 65 | 15 | 50 |
| Binary | 1110010 | 1101111 | 1011000 | 0 | 11 | 10111 | 110111 | 110101 | 1101 | 101000 |
Color Harmonies of #726F58
Complementary color
Monochromatic Colors of #726F58
Black with #726F58
Text Example
Text Example
White with #726F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F58; }
p { color: rgb(114,111,88); }
H1.HeaderClassName
{
color: #726F58;
}
.AnyTagClassName
{
color: #726F58;
}
</style>
background-color css
<style>
a { background-color: #726F58; }
a { background-color: rgb(114,111,88); }
div.DivClassName
{
background-color: #726F58;
}
.BgClassName
{
background-color: #726F58;
}
</style>
border-color css
<style>
span { border-color: #726F58; }
span { border-color: rgb(114,111,88); }
td.TdClassName
{
border-color: #726F58;
}
.TagClassName
{
border-color: #726F58;
}
</style>