Shades of Flint #767360
Tints of Flint #767360
RGB
CMYK
RGB Variations
Color information
#767360 (or 0x767360) is known color: Flint. HEX triplet: 76, 73 and 60. RGB value is (118,115,96). Sum of RGB (Red+Green+Blue) = 118+115+96=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #767360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767360 is #898C9F. Grayscale: #717171. Windows color (decimal): -9014432 or 6321014. OLE color: 6321014.
HSL color Cylindrical-coordinate representation of color #767360: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767360 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 96 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.54 |
| HSL | 51.82º | 0.1% | 0.42% | - |
| HSV(B) | 51.82º | 0.19% | 0.46% | - |
| XYZ | 15.71 | 16.96 | 13.51 | - |
| YUV | 113.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 96 | 0 | 0.03 | 0.19 | 0.54 | 51.82 | 0.1 | 0.42 |
| Hex | 76 | 73 | 60 | 0 | 3 | 13 | 36 | 34 | A | 2A |
| Octal | 166 | 163 | 140 | 0 | 3 | 23 | 66 | 64 | 12 | 52 |
| Binary | 1110110 | 1110011 | 1100000 | 0 | 11 | 10011 | 110110 | 110100 | 1010 | 101010 |
Color Harmonies of #767360
Complementary color
Monochromatic Colors of #767360
Black with #767360
Text Example
Text Example
White with #767360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767360; }
p { color: rgb(118,115,96); }
H1.HeaderClassName
{
color: #767360;
}
.AnyTagClassName
{
color: #767360;
}
</style>
background-color css
<style>
a { background-color: #767360; }
a { background-color: rgb(118,115,96); }
div.DivClassName
{
background-color: #767360;
}
.BgClassName
{
background-color: #767360;
}
</style>
border-color css
<style>
span { border-color: #767360; }
span { border-color: rgb(118,115,96); }
td.TdClassName
{
border-color: #767360;
}
.TagClassName
{
border-color: #767360;
}
</style>