Shades of Flint #757261
Tints of Flint #757261
RGB
CMYK
RGB Variations
Color information
#757261 (or 0x757261) is known color: Flint. HEX triplet: 75, 72 and 61. RGB value is (117,114,97). Sum of RGB (Red+Green+Blue) = 117+114+97=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #757261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757261 is #8A8D9E. Grayscale: #717171. Windows color (decimal): -9080223 or 6386293. OLE color: 6386293.
HSL color Cylindrical-coordinate representation of color #757261: hue angle of 51º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757261 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 97 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.54 |
| HSL | 51º | 0.09% | 0.42% | - |
| HSV(B) | 51º | 0.17% | 0.46% | - |
| XYZ | 15.51 | 16.68 | 13.71 | - |
| YUV | 112.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 97 | 0 | 0.03 | 0.17 | 0.54 | 51 | 0.09 | 0.42 |
| Hex | 75 | 72 | 61 | 0 | 3 | 11 | 36 | 33 | 9 | 2A |
| Octal | 165 | 162 | 141 | 0 | 3 | 21 | 66 | 63 | 11 | 52 |
| Binary | 1110101 | 1110010 | 1100001 | 0 | 11 | 10001 | 110110 | 110011 | 1001 | 101010 |
Color Harmonies of #757261
Complementary color
Monochromatic Colors of #757261
Black with #757261
Text Example
Text Example
White with #757261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757261; }
p { color: rgb(117,114,97); }
H1.HeaderClassName
{
color: #757261;
}
.AnyTagClassName
{
color: #757261;
}
</style>
background-color css
<style>
a { background-color: #757261; }
a { background-color: rgb(117,114,97); }
div.DivClassName
{
background-color: #757261;
}
.BgClassName
{
background-color: #757261;
}
</style>
border-color css
<style>
span { border-color: #757261; }
span { border-color: rgb(117,114,97); }
td.TdClassName
{
border-color: #757261;
}
.TagClassName
{
border-color: #757261;
}
</style>