Shades of Flint #74705C
Tints of Flint #74705C
RGB
CMYK
RGB Variations
Color information
#74705C (or 0x74705C) is known color: Flint. HEX triplet: 74, 70 and 5C. RGB value is (116,112,92). Sum of RGB (Red+Green+Blue) = 116+112+92=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #74705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74705C is #8B8FA3. Grayscale: #6F6F6F. Windows color (decimal): -9146276 or 6058100. OLE color: 6058100.
HSL color Cylindrical-coordinate representation of color #74705C: hue angle of 50º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74705C is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 92 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.55 |
| HSL | 50º | 0.12% | 0.41% | - |
| HSV(B) | 50º | 0.21% | 0.45% | - |
| XYZ | 14.93 | 16.07 | 12.44 | - |
| YUV | 110.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 92 | 0 | 0.03 | 0.21 | 0.55 | 50 | 0.12 | 0.41 |
| Hex | 74 | 70 | 5C | 0 | 3 | 15 | 37 | 32 | C | 29 |
| Octal | 164 | 160 | 134 | 0 | 3 | 25 | 67 | 62 | 14 | 51 |
| Binary | 1110100 | 1110000 | 1011100 | 0 | 11 | 10101 | 110111 | 110010 | 1100 | 101001 |
Color Harmonies of #74705C
Complementary color
Monochromatic Colors of #74705C
Black with #74705C
Text Example
Text Example
White with #74705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74705C; }
p { color: rgb(116,112,92); }
H1.HeaderClassName
{
color: #74705C;
}
.AnyTagClassName
{
color: #74705C;
}
</style>
background-color css
<style>
a { background-color: #74705C; }
a { background-color: rgb(116,112,92); }
div.DivClassName
{
background-color: #74705C;
}
.BgClassName
{
background-color: #74705C;
}
</style>
border-color css
<style>
span { border-color: #74705C; }
span { border-color: rgb(116,112,92); }
td.TdClassName
{
border-color: #74705C;
}
.TagClassName
{
border-color: #74705C;
}
</style>