Shades of Flint #75705F
Tints of Flint #75705F
RGB
CMYK
RGB Variations
Color information
#75705F (or 0x75705F) is known color: Flint. HEX triplet: 75, 70 and 5F. RGB value is (117,112,95). Sum of RGB (Red+Green+Blue) = 117+112+95=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705F is #8A8FA0. Grayscale: #6F6F6F. Windows color (decimal): -9080737 or 6254709. OLE color: 6254709.
HSL color Cylindrical-coordinate representation of color #75705F: hue angle of 46.36º 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 #75705F is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 95 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.54 |
| HSL | 46.36º | 0.1% | 0.42% | - |
| HSV(B) | 46.36º | 0.19% | 0.46% | - |
| XYZ | 15.2 | 16.2 | 13.15 | - |
| YUV | 111.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 95 | 0 | 0.04 | 0.19 | 0.54 | 46.36 | 0.1 | 0.42 |
| Hex | 75 | 70 | 5F | 0 | 4 | 13 | 36 | 2E | A | 2A |
| Octal | 165 | 160 | 137 | 0 | 4 | 23 | 66 | 56 | 12 | 52 |
| Binary | 1110101 | 1110000 | 1011111 | 0 | 100 | 10011 | 110110 | 101110 | 1010 | 101010 |
Color Harmonies of #75705F
Complementary color
Monochromatic Colors of #75705F
Black with #75705F
Text Example
Text Example
White with #75705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75705F; }
p { color: rgb(117,112,95); }
H1.HeaderClassName
{
color: #75705F;
}
.AnyTagClassName
{
color: #75705F;
}
</style>
background-color css
<style>
a { background-color: #75705F; }
a { background-color: rgb(117,112,95); }
div.DivClassName
{
background-color: #75705F;
}
.BgClassName
{
background-color: #75705F;
}
</style>
border-color css
<style>
span { border-color: #75705F; }
span { border-color: rgb(117,112,95); }
td.TdClassName
{
border-color: #75705F;
}
.TagClassName
{
border-color: #75705F;
}
</style>