Shades of Flint #75725E
Tints of Flint #75725E
RGB
CMYK
RGB Variations
Color information
#75725E (or 0x75725E) is known color: Flint. HEX triplet: 75, 72 and 5E. RGB value is (117,114,94). Sum of RGB (Red+Green+Blue) = 117+114+94=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75725E is #8A8DA1. Grayscale: #707070. Windows color (decimal): -9080226 or 6189685. OLE color: 6189685.
HSL color Cylindrical-coordinate representation of color #75725E: hue angle of 52.17º 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 #75725E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 94 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.54 |
| HSL | 52.17º | 0.11% | 0.41% | - |
| HSV(B) | 52.17º | 0.2% | 0.46% | - |
| XYZ | 15.37 | 16.62 | 12.99 | - |
| YUV | 112.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 94 | 0 | 0.03 | 0.20 | 0.54 | 52.17 | 0.11 | 0.41 |
| Hex | 75 | 72 | 5E | 0 | 3 | 14 | 36 | 34 | B | 29 |
| Octal | 165 | 162 | 136 | 0 | 3 | 24 | 66 | 64 | 13 | 51 |
| Binary | 1110101 | 1110010 | 1011110 | 0 | 11 | 10100 | 110110 | 110100 | 1011 | 101001 |
Color Harmonies of #75725E
Complementary color
Monochromatic Colors of #75725E
Black with #75725E
Text Example
Text Example
White with #75725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75725E; }
p { color: rgb(117,114,94); }
H1.HeaderClassName
{
color: #75725E;
}
.AnyTagClassName
{
color: #75725E;
}
</style>
background-color css
<style>
a { background-color: #75725E; }
a { background-color: rgb(117,114,94); }
div.DivClassName
{
background-color: #75725E;
}
.BgClassName
{
background-color: #75725E;
}
</style>
border-color css
<style>
span { border-color: #75725E; }
span { border-color: rgb(117,114,94); }
td.TdClassName
{
border-color: #75725E;
}
.TagClassName
{
border-color: #75725E;
}
</style>