Shades of Flint #757062
Tints of Flint #757062
RGB
CMYK
RGB Variations
Color information
#757062 (or 0x757062) is known color: Flint. HEX triplet: 75, 70 and 62. RGB value is (117,112,98). Sum of RGB (Red+Green+Blue) = 117+112+98=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #757062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757062 is #8A8F9D. Grayscale: #6F6F6F. Windows color (decimal): -9080734 or 6451317. OLE color: 6451317.
HSL color Cylindrical-coordinate representation of color #757062: hue angle of 44.21º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757062 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 98 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.54 |
| HSL | 44.21º | 0.09% | 0.42% | - |
| HSV(B) | 44.21º | 0.16% | 0.46% | - |
| XYZ | 15.33 | 16.25 | 13.88 | - |
| YUV | 111.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 98 | 0 | 0.04 | 0.16 | 0.54 | 44.21 | 0.09 | 0.42 |
| Hex | 75 | 70 | 62 | 0 | 4 | 10 | 36 | 2C | 9 | 2A |
| Octal | 165 | 160 | 142 | 0 | 4 | 20 | 66 | 54 | 11 | 52 |
| Binary | 1110101 | 1110000 | 1100010 | 0 | 100 | 10000 | 110110 | 101100 | 1001 | 101010 |
Color Harmonies of #757062
Complementary color
Monochromatic Colors of #757062
Black with #757062
Text Example
Text Example
White with #757062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757062; }
p { color: rgb(117,112,98); }
H1.HeaderClassName
{
color: #757062;
}
.AnyTagClassName
{
color: #757062;
}
</style>
background-color css
<style>
a { background-color: #757062; }
a { background-color: rgb(117,112,98); }
div.DivClassName
{
background-color: #757062;
}
.BgClassName
{
background-color: #757062;
}
</style>
border-color css
<style>
span { border-color: #757062; }
span { border-color: rgb(117,112,98); }
td.TdClassName
{
border-color: #757062;
}
.TagClassName
{
border-color: #757062;
}
</style>