Shades of Flint #717065
Tints of Flint #717065
RGB
CMYK
RGB Variations
Color information
#717065 (or 0x717065) is known color: Flint. HEX triplet: 71, 70 and 65. RGB value is (113,112,101). Sum of RGB (Red+Green+Blue) = 113+112+101=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #717065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717065 is #8E8F9A. Grayscale: #6F6F6F. Windows color (decimal): -9342875 or 6647921. OLE color: 6647921.
HSL color Cylindrical-coordinate representation of color #717065: hue angle of 55º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717065 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 101 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.56 |
| HSL | 55º | 0.06% | 0.42% | - |
| HSV(B) | 55º | 0.11% | 0.44% | - |
| XYZ | 14.95 | 16.04 | 14.62 | - |
| YUV | 111.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 101 | 0 | 0.01 | 0.11 | 0.56 | 55 | 0.06 | 0.42 |
| Hex | 71 | 70 | 65 | 0 | 1 | B | 38 | 37 | 6 | 2A |
| Octal | 161 | 160 | 145 | 0 | 1 | 13 | 70 | 67 | 6 | 52 |
| Binary | 1110001 | 1110000 | 1100101 | 0 | 1 | 1011 | 111000 | 110111 | 110 | 101010 |
Color Harmonies of #717065
Complementary color
Monochromatic Colors of #717065
Black with #717065
Text Example
Text Example
White with #717065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717065; }
p { color: rgb(113,112,101); }
H1.HeaderClassName
{
color: #717065;
}
.AnyTagClassName
{
color: #717065;
}
</style>
background-color css
<style>
a { background-color: #717065; }
a { background-color: rgb(113,112,101); }
div.DivClassName
{
background-color: #717065;
}
.BgClassName
{
background-color: #717065;
}
</style>
border-color css
<style>
span { border-color: #717065; }
span { border-color: rgb(113,112,101); }
td.TdClassName
{
border-color: #717065;
}
.TagClassName
{
border-color: #717065;
}
</style>