Shades of Flint #726F62
Tints of Flint #726F62
RGB
CMYK
RGB Variations
Color information
#726F62 (or 0x726F62) is known color: Flint. HEX triplet: 72, 6F and 62. RGB value is (114,111,98). Sum of RGB (Red+Green+Blue) = 114+111+98=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F62 is #8D909D. Grayscale: #6E6E6E. Windows color (decimal): -9277598 or 6451058. OLE color: 6451058.
HSL color Cylindrical-coordinate representation of color #726F62: hue angle of 48.75º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726F62 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 98 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.55 |
| HSL | 48.75º | 0.08% | 0.42% | - |
| HSV(B) | 48.75º | 0.14% | 0.45% | - |
| XYZ | 14.83 | 15.83 | 13.83 | - |
| YUV | 110.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 98 | 0 | 0.03 | 0.14 | 0.55 | 48.75 | 0.08 | 0.42 |
| Hex | 72 | 6F | 62 | 0 | 3 | E | 37 | 31 | 8 | 2A |
| Octal | 162 | 157 | 142 | 0 | 3 | 16 | 67 | 61 | 10 | 52 |
| Binary | 1110010 | 1101111 | 1100010 | 0 | 11 | 1110 | 110111 | 110001 | 1000 | 101010 |
Color Harmonies of #726F62
Complementary color
Monochromatic Colors of #726F62
Black with #726F62
Text Example
Text Example
White with #726F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F62; }
p { color: rgb(114,111,98); }
H1.HeaderClassName
{
color: #726F62;
}
.AnyTagClassName
{
color: #726F62;
}
</style>
background-color css
<style>
a { background-color: #726F62; }
a { background-color: rgb(114,111,98); }
div.DivClassName
{
background-color: #726F62;
}
.BgClassName
{
background-color: #726F62;
}
</style>
border-color css
<style>
span { border-color: #726F62; }
span { border-color: rgb(114,111,98); }
td.TdClassName
{
border-color: #726F62;
}
.TagClassName
{
border-color: #726F62;
}
</style>