Shades of Flint #767364
Tints of Flint #767364
RGB
CMYK
RGB Variations
Color information
#767364 (or 0x767364) is known color: Flint. HEX triplet: 76, 73 and 64. RGB value is (118,115,100). Sum of RGB (Red+Green+Blue) = 118+115+100=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #767364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767364 is #898C9B. Grayscale: #727272. Windows color (decimal): -9014428 or 6583158. OLE color: 6583158.
HSL color Cylindrical-coordinate representation of color #767364: hue angle of 50º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #767364 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 100 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.54 |
| HSL | 50º | 0.08% | 0.43% | - |
| HSV(B) | 50º | 0.15% | 0.46% | - |
| XYZ | 15.9 | 17.03 | 14.51 | - |
| YUV | 114.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 100 | 0 | 0.03 | 0.15 | 0.54 | 50 | 0.08 | 0.43 |
| Hex | 76 | 73 | 64 | 0 | 3 | F | 36 | 32 | 8 | 2B |
| Octal | 166 | 163 | 144 | 0 | 3 | 17 | 66 | 62 | 10 | 53 |
| Binary | 1110110 | 1110011 | 1100100 | 0 | 11 | 1111 | 110110 | 110010 | 1000 | 101011 |
Color Harmonies of #767364
Complementary color
Monochromatic Colors of #767364
Black with #767364
Text Example
Text Example
White with #767364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767364; }
p { color: rgb(118,115,100); }
H1.HeaderClassName
{
color: #767364;
}
.AnyTagClassName
{
color: #767364;
}
</style>
background-color css
<style>
a { background-color: #767364; }
a { background-color: rgb(118,115,100); }
div.DivClassName
{
background-color: #767364;
}
.BgClassName
{
background-color: #767364;
}
</style>
border-color css
<style>
span { border-color: #767364; }
span { border-color: rgb(118,115,100); }
td.TdClassName
{
border-color: #767364;
}
.TagClassName
{
border-color: #767364;
}
</style>