Shades of Flint #75715E
Tints of Flint #75715E
RGB
CMYK
RGB Variations
Color information
#75715E (or 0x75715E) is known color: Flint. HEX triplet: 75, 71 and 5E. RGB value is (117,113,94). Sum of RGB (Red+Green+Blue) = 117+113+94=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75715E is #8A8EA1. Grayscale: #707070. Windows color (decimal): -9080482 or 6189429. OLE color: 6189429.
HSL color Cylindrical-coordinate representation of color #75715E: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75715E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 94 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.54 |
| HSL | 49.57º | 0.11% | 0.41% | - |
| HSV(B) | 49.57º | 0.2% | 0.46% | - |
| XYZ | 15.26 | 16.4 | 12.95 | - |
| YUV | 112.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 94 | 0 | 0.03 | 0.20 | 0.54 | 49.57 | 0.11 | 0.41 |
| Hex | 75 | 71 | 5E | 0 | 3 | 14 | 36 | 32 | B | 29 |
| Octal | 165 | 161 | 136 | 0 | 3 | 24 | 66 | 62 | 13 | 51 |
| Binary | 1110101 | 1110001 | 1011110 | 0 | 11 | 10100 | 110110 | 110010 | 1011 | 101001 |
Color Harmonies of #75715E
Complementary color
Monochromatic Colors of #75715E
Black with #75715E
Text Example
Text Example
White with #75715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75715E; }
p { color: rgb(117,113,94); }
H1.HeaderClassName
{
color: #75715E;
}
.AnyTagClassName
{
color: #75715E;
}
</style>
background-color css
<style>
a { background-color: #75715E; }
a { background-color: rgb(117,113,94); }
div.DivClassName
{
background-color: #75715E;
}
.BgClassName
{
background-color: #75715E;
}
</style>
border-color css
<style>
span { border-color: #75715E; }
span { border-color: rgb(117,113,94); }
td.TdClassName
{
border-color: #75715E;
}
.TagClassName
{
border-color: #75715E;
}
</style>