Shades of Flint #74705D
Tints of Flint #74705D
RGB
CMYK
RGB Variations
Color information
#74705D (or 0x74705D) is known color: Flint. HEX triplet: 74, 70 and 5D. RGB value is (116,112,93). Sum of RGB (Red+Green+Blue) = 116+112+93=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74705D is #8B8FA2. Grayscale: #6F6F6F. Windows color (decimal): -9146275 or 6123636. OLE color: 6123636.
HSL color Cylindrical-coordinate representation of color #74705D: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74705D is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 93 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.55 |
| HSL | 49.57º | 0.11% | 0.41% | - |
| HSV(B) | 49.57º | 0.2% | 0.45% | - |
| XYZ | 14.97 | 16.09 | 12.67 | - |
| YUV | 111.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 93 | 0 | 0.03 | 0.20 | 0.55 | 49.57 | 0.11 | 0.41 |
| Hex | 74 | 70 | 5D | 0 | 3 | 14 | 37 | 32 | B | 29 |
| Octal | 164 | 160 | 135 | 0 | 3 | 24 | 67 | 62 | 13 | 51 |
| Binary | 1110100 | 1110000 | 1011101 | 0 | 11 | 10100 | 110111 | 110010 | 1011 | 101001 |
Color Harmonies of #74705D
Complementary color
Monochromatic Colors of #74705D
Black with #74705D
Text Example
Text Example
White with #74705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74705D; }
p { color: rgb(116,112,93); }
H1.HeaderClassName
{
color: #74705D;
}
.AnyTagClassName
{
color: #74705D;
}
</style>
background-color css
<style>
a { background-color: #74705D; }
a { background-color: rgb(116,112,93); }
div.DivClassName
{
background-color: #74705D;
}
.BgClassName
{
background-color: #74705D;
}
</style>
border-color css
<style>
span { border-color: #74705D; }
span { border-color: rgb(116,112,93); }
td.TdClassName
{
border-color: #74705D;
}
.TagClassName
{
border-color: #74705D;
}
</style>