Shades of Sandstone #75706C
Tints of Sandstone #75706C
RGB
CMYK
RGB Variations
Color information
#75706C (or 0x75706C) is known color: Sandstone. HEX triplet: 75, 70 and 6C. RGB value is (117,112,108). Sum of RGB (Red+Green+Blue) = 117+112+108=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #75706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706C is #8A8F93. Grayscale: #717171. Windows color (decimal): -9080724 or 7106677. OLE color: 7106677.
HSL color Cylindrical-coordinate representation of color #75706C: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75706C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 108 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.54 |
| HSL | 26.67º | 0.04% | 0.44% | - |
| HSV(B) | 26.67º | 0.08% | 0.46% | - |
| XYZ | 15.84 | 16.45 | 16.53 | - |
| YUV | 113.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 108 | 0 | 0.04 | 0.08 | 0.54 | 26.67 | 0.04 | 0.44 |
| Hex | 75 | 70 | 6C | 0 | 4 | 8 | 36 | 1B | 4 | 2C |
| Octal | 165 | 160 | 154 | 0 | 4 | 10 | 66 | 33 | 4 | 54 |
| Binary | 1110101 | 1110000 | 1101100 | 0 | 100 | 1000 | 110110 | 11011 | 100 | 101100 |
Color Harmonies of #75706C
Complementary color
Monochromatic Colors of #75706C
Black with #75706C
Text Example
Text Example
White with #75706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75706C; }
p { color: rgb(117,112,108); }
H1.HeaderClassName
{
color: #75706C;
}
.AnyTagClassName
{
color: #75706C;
}
</style>
background-color css
<style>
a { background-color: #75706C; }
a { background-color: rgb(117,112,108); }
div.DivClassName
{
background-color: #75706C;
}
.BgClassName
{
background-color: #75706C;
}
</style>
border-color css
<style>
span { border-color: #75706C; }
span { border-color: rgb(117,112,108); }
td.TdClassName
{
border-color: #75706C;
}
.TagClassName
{
border-color: #75706C;
}
</style>