Shades of Flint #727164
Tints of Flint #727164
RGB
CMYK
RGB Variations
Color information
#727164 (or 0x727164) is known color: Flint. HEX triplet: 72, 71 and 64. RGB value is (114,113,100). Sum of RGB (Red+Green+Blue) = 114+113+100=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #727164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727164 is #8D8E9B. Grayscale: #6F6F6F. Windows color (decimal): -9277084 or 6582642. OLE color: 6582642.
HSL color Cylindrical-coordinate representation of color #727164: hue angle of 55.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727164 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 100 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.55 |
| HSL | 55.71º | 0.07% | 0.42% | - |
| HSV(B) | 55.71º | 0.12% | 0.45% | - |
| XYZ | 15.14 | 16.31 | 14.41 | - |
| YUV | 111.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 100 | 0 | 0.01 | 0.12 | 0.55 | 55.71 | 0.07 | 0.42 |
| Hex | 72 | 71 | 64 | 0 | 1 | C | 37 | 38 | 7 | 2A |
| Octal | 162 | 161 | 144 | 0 | 1 | 14 | 67 | 70 | 7 | 52 |
| Binary | 1110010 | 1110001 | 1100100 | 0 | 1 | 1100 | 110111 | 111000 | 111 | 101010 |
Color Harmonies of #727164
Complementary color
Monochromatic Colors of #727164
Black with #727164
Text Example
Text Example
White with #727164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727164; }
p { color: rgb(114,113,100); }
H1.HeaderClassName
{
color: #727164;
}
.AnyTagClassName
{
color: #727164;
}
</style>
background-color css
<style>
a { background-color: #727164; }
a { background-color: rgb(114,113,100); }
div.DivClassName
{
background-color: #727164;
}
.BgClassName
{
background-color: #727164;
}
</style>
border-color css
<style>
span { border-color: #727164; }
span { border-color: rgb(114,113,100); }
td.TdClassName
{
border-color: #727164;
}
.TagClassName
{
border-color: #727164;
}
</style>