Shades of Flint #726F57
Tints of Flint #726F57
RGB
CMYK
RGB Variations
Color information
#726F57 (or 0x726F57) is known color: Flint. HEX triplet: 72, 6F and 57. RGB value is (114,111,87). Sum of RGB (Red+Green+Blue) = 114+111+87=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F57 is #8D90A8. Grayscale: #6D6D6D. Windows color (decimal): -9277609 or 5730162. OLE color: 5730162.
HSL color Cylindrical-coordinate representation of color #726F57: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726F57 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 87 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.55 |
| HSL | 53.33º | 0.13% | 0.39% | - |
| HSV(B) | 53.33º | 0.24% | 0.45% | - |
| XYZ | 14.34 | 15.63 | 11.28 | - |
| YUV | 109.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 87 | 0 | 0.03 | 0.24 | 0.55 | 53.33 | 0.13 | 0.39 |
| Hex | 72 | 6F | 57 | 0 | 3 | 18 | 37 | 35 | D | 27 |
| Octal | 162 | 157 | 127 | 0 | 3 | 30 | 67 | 65 | 15 | 47 |
| Binary | 1110010 | 1101111 | 1010111 | 0 | 11 | 11000 | 110111 | 110101 | 1101 | 100111 |
Color Harmonies of #726F57
Complementary color
Monochromatic Colors of #726F57
Black with #726F57
Text Example
Text Example
White with #726F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F57; }
p { color: rgb(114,111,87); }
H1.HeaderClassName
{
color: #726F57;
}
.AnyTagClassName
{
color: #726F57;
}
</style>
background-color css
<style>
a { background-color: #726F57; }
a { background-color: rgb(114,111,87); }
div.DivClassName
{
background-color: #726F57;
}
.BgClassName
{
background-color: #726F57;
}
</style>
border-color css
<style>
span { border-color: #726F57; }
span { border-color: rgb(114,111,87); }
td.TdClassName
{
border-color: #726F57;
}
.TagClassName
{
border-color: #726F57;
}
</style>