Shades of Sandstone #75716D
Tints of Sandstone #75716D
RGB
CMYK
RGB Variations
Color information
#75716D (or 0x75716D) is known color: Sandstone. HEX triplet: 75, 71 and 6D. RGB value is (117,113,109). Sum of RGB (Red+Green+Blue) = 117+113+109=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716D is #8A8E92. Grayscale: #717171. Windows color (decimal): -9080467 or 7172469. OLE color: 7172469.
HSL color Cylindrical-coordinate representation of color #75716D: hue angle of 30º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75716D is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 109 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.54 |
| HSL | 30º | 0.04% | 0.44% | - |
| HSV(B) | 30º | 0.07% | 0.46% | - |
| XYZ | 16 | 16.7 | 16.85 | - |
| YUV | 113.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 109 | 0 | 0.03 | 0.07 | 0.54 | 30 | 0.04 | 0.44 |
| Hex | 75 | 71 | 6D | 0 | 3 | 7 | 36 | 1E | 4 | 2C |
| Octal | 165 | 161 | 155 | 0 | 3 | 7 | 66 | 36 | 4 | 54 |
| Binary | 1110101 | 1110001 | 1101101 | 0 | 11 | 111 | 110110 | 11110 | 100 | 101100 |
Color Harmonies of #75716D
Complementary color
Monochromatic Colors of #75716D
Black with #75716D
Text Example
Text Example
White with #75716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75716D; }
p { color: rgb(117,113,109); }
H1.HeaderClassName
{
color: #75716D;
}
.AnyTagClassName
{
color: #75716D;
}
</style>
background-color css
<style>
a { background-color: #75716D; }
a { background-color: rgb(117,113,109); }
div.DivClassName
{
background-color: #75716D;
}
.BgClassName
{
background-color: #75716D;
}
</style>
border-color css
<style>
span { border-color: #75716D; }
span { border-color: rgb(117,113,109); }
td.TdClassName
{
border-color: #75716D;
}
.TagClassName
{
border-color: #75716D;
}
</style>