Shades of Flint #727163
Tints of Flint #727163
RGB
CMYK
RGB Variations
Color information
#727163 (or 0x727163) is known color: Flint. HEX triplet: 72, 71 and 63. RGB value is (114,113,99). Sum of RGB (Red+Green+Blue) = 114+113+99=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #727163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727163 is #8D8E9C. Grayscale: #6F6F6F. Windows color (decimal): -9277085 or 6517106. OLE color: 6517106.
HSL color Cylindrical-coordinate representation of color #727163: hue angle of 56º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727163 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 99 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.55 |
| HSL | 56º | 0.07% | 0.42% | - |
| HSV(B) | 56º | 0.13% | 0.45% | - |
| XYZ | 15.1 | 16.29 | 14.15 | - |
| YUV | 111.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 99 | 0 | 0.01 | 0.13 | 0.55 | 56 | 0.07 | 0.42 |
| Hex | 72 | 71 | 63 | 0 | 1 | D | 37 | 38 | 7 | 2A |
| Octal | 162 | 161 | 143 | 0 | 1 | 15 | 67 | 70 | 7 | 52 |
| Binary | 1110010 | 1110001 | 1100011 | 0 | 1 | 1101 | 110111 | 111000 | 111 | 101010 |
Color Harmonies of #727163
Complementary color
Monochromatic Colors of #727163
Black with #727163
Text Example
Text Example
White with #727163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727163; }
p { color: rgb(114,113,99); }
H1.HeaderClassName
{
color: #727163;
}
.AnyTagClassName
{
color: #727163;
}
</style>
background-color css
<style>
a { background-color: #727163; }
a { background-color: rgb(114,113,99); }
div.DivClassName
{
background-color: #727163;
}
.BgClassName
{
background-color: #727163;
}
</style>
border-color css
<style>
span { border-color: #727163; }
span { border-color: rgb(114,113,99); }
td.TdClassName
{
border-color: #727163;
}
.TagClassName
{
border-color: #727163;
}
</style>