Shades of Flint #75705C
Tints of Flint #75705C
RGB
CMYK
RGB Variations
Color information
#75705C (or 0x75705C) is known color: Flint. HEX triplet: 75, 70 and 5C. RGB value is (117,112,92). Sum of RGB (Red+Green+Blue) = 117+112+92=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75705C is #8A8FA3. Grayscale: #6F6F6F. Windows color (decimal): -9080740 or 6058101. OLE color: 6058101.
HSL color Cylindrical-coordinate representation of color #75705C: hue angle of 48º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75705C is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 92 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.54 |
| HSL | 48º | 0.12% | 0.41% | - |
| HSV(B) | 48º | 0.21% | 0.46% | - |
| XYZ | 15.06 | 16.14 | 12.45 | - |
| YUV | 111.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 92 | 0 | 0.04 | 0.21 | 0.54 | 48 | 0.12 | 0.41 |
| Hex | 75 | 70 | 5C | 0 | 4 | 15 | 36 | 30 | C | 29 |
| Octal | 165 | 160 | 134 | 0 | 4 | 25 | 66 | 60 | 14 | 51 |
| Binary | 1110101 | 1110000 | 1011100 | 0 | 100 | 10101 | 110110 | 110000 | 1100 | 101001 |
Color Harmonies of #75705C
Complementary color
Monochromatic Colors of #75705C
Black with #75705C
Text Example
Text Example
White with #75705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75705C; }
p { color: rgb(117,112,92); }
H1.HeaderClassName
{
color: #75705C;
}
.AnyTagClassName
{
color: #75705C;
}
</style>
background-color css
<style>
a { background-color: #75705C; }
a { background-color: rgb(117,112,92); }
div.DivClassName
{
background-color: #75705C;
}
.BgClassName
{
background-color: #75705C;
}
</style>
border-color css
<style>
span { border-color: #75705C; }
span { border-color: rgb(117,112,92); }
td.TdClassName
{
border-color: #75705C;
}
.TagClassName
{
border-color: #75705C;
}
</style>