Shades of Flint #74705F
Tints of Flint #74705F
RGB
CMYK
RGB Variations
Color information
#74705F (or 0x74705F) is known color: Flint. HEX triplet: 74, 70 and 5F. RGB value is (116,112,95). Sum of RGB (Red+Green+Blue) = 116+112+95=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74705F is #8B8FA0. Grayscale: #6F6F6F. Windows color (decimal): -9146273 or 6254708. OLE color: 6254708.
HSL color Cylindrical-coordinate representation of color #74705F: hue angle of 48.57º 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 #74705F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 95 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.55 |
| HSL | 48.57º | 0.1% | 0.41% | - |
| HSV(B) | 48.57º | 0.18% | 0.45% | - |
| XYZ | 15.06 | 16.13 | 13.15 | - |
| YUV | 111.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 95 | 0 | 0.03 | 0.18 | 0.55 | 48.57 | 0.1 | 0.41 |
| Hex | 74 | 70 | 5F | 0 | 3 | 12 | 37 | 31 | A | 29 |
| Octal | 164 | 160 | 137 | 0 | 3 | 22 | 67 | 61 | 12 | 51 |
| Binary | 1110100 | 1110000 | 1011111 | 0 | 11 | 10010 | 110111 | 110001 | 1010 | 101001 |
Color Harmonies of #74705F
Complementary color
Monochromatic Colors of #74705F
Black with #74705F
Text Example
Text Example
White with #74705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74705F; }
p { color: rgb(116,112,95); }
H1.HeaderClassName
{
color: #74705F;
}
.AnyTagClassName
{
color: #74705F;
}
</style>
background-color css
<style>
a { background-color: #74705F; }
a { background-color: rgb(116,112,95); }
div.DivClassName
{
background-color: #74705F;
}
.BgClassName
{
background-color: #74705F;
}
</style>
border-color css
<style>
span { border-color: #74705F; }
span { border-color: rgb(116,112,95); }
td.TdClassName
{
border-color: #74705F;
}
.TagClassName
{
border-color: #74705F;
}
</style>