Shades of Flint #72705D
Tints of Flint #72705D
RGB
CMYK
RGB Variations
Color information
#72705D (or 0x72705D) is known color: Flint. HEX triplet: 72, 70 and 5D. RGB value is (114,112,93). Sum of RGB (Red+Green+Blue) = 114+112+93=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #72705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72705D is #8D8FA2. Grayscale: #6E6E6E. Windows color (decimal): -9277347 or 6123634. OLE color: 6123634.
HSL color Cylindrical-coordinate representation of color #72705D: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72705D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 93 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.55 |
| HSL | 54.29º | 0.1% | 0.41% | - |
| HSV(B) | 54.29º | 0.18% | 0.45% | - |
| XYZ | 14.71 | 15.96 | 12.66 | - |
| YUV | 110.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 93 | 0 | 0.02 | 0.18 | 0.55 | 54.29 | 0.1 | 0.41 |
| Hex | 72 | 70 | 5D | 0 | 2 | 12 | 37 | 36 | A | 29 |
| Octal | 162 | 160 | 135 | 0 | 2 | 22 | 67 | 66 | 12 | 51 |
| Binary | 1110010 | 1110000 | 1011101 | 0 | 10 | 10010 | 110111 | 110110 | 1010 | 101001 |
Color Harmonies of #72705D
Complementary color
Monochromatic Colors of #72705D
Black with #72705D
Text Example
Text Example
White with #72705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72705D; }
p { color: rgb(114,112,93); }
H1.HeaderClassName
{
color: #72705D;
}
.AnyTagClassName
{
color: #72705D;
}
</style>
background-color css
<style>
a { background-color: #72705D; }
a { background-color: rgb(114,112,93); }
div.DivClassName
{
background-color: #72705D;
}
.BgClassName
{
background-color: #72705D;
}
</style>
border-color css
<style>
span { border-color: #72705D; }
span { border-color: rgb(114,112,93); }
td.TdClassName
{
border-color: #72705D;
}
.TagClassName
{
border-color: #72705D;
}
</style>