Shades of Flint #747365
Tints of Flint #747365
RGB
CMYK
RGB Variations
Color information
#747365 (or 0x747365) is known color: Flint. HEX triplet: 74, 73 and 65. RGB value is (116,115,101). Sum of RGB (Red+Green+Blue) = 116+115+101=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #747365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747365 is #8B8C9A. Grayscale: #717171. Windows color (decimal): -9145499 or 6648692. OLE color: 6648692.
HSL color Cylindrical-coordinate representation of color #747365: hue angle of 56º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747365 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 101 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.55 |
| HSL | 56º | 0.07% | 0.43% | - |
| HSV(B) | 56º | 0.13% | 0.45% | - |
| XYZ | 15.68 | 16.91 | 14.75 | - |
| YUV | 113.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 101 | 0 | 0.01 | 0.13 | 0.55 | 56 | 0.07 | 0.43 |
| Hex | 74 | 73 | 65 | 0 | 1 | D | 37 | 38 | 7 | 2B |
| Octal | 164 | 163 | 145 | 0 | 1 | 15 | 67 | 70 | 7 | 53 |
| Binary | 1110100 | 1110011 | 1100101 | 0 | 1 | 1101 | 110111 | 111000 | 111 | 101011 |
Color Harmonies of #747365
Complementary color
Monochromatic Colors of #747365
Black with #747365
Text Example
Text Example
White with #747365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747365; }
p { color: rgb(116,115,101); }
H1.HeaderClassName
{
color: #747365;
}
.AnyTagClassName
{
color: #747365;
}
</style>
background-color css
<style>
a { background-color: #747365; }
a { background-color: rgb(116,115,101); }
div.DivClassName
{
background-color: #747365;
}
.BgClassName
{
background-color: #747365;
}
</style>
border-color css
<style>
span { border-color: #747365; }
span { border-color: rgb(116,115,101); }
td.TdClassName
{
border-color: #747365;
}
.TagClassName
{
border-color: #747365;
}
</style>