Shades of Sandstone #75706B
Tints of Sandstone #75706B
RGB
CMYK
RGB Variations
Color information
#75706B (or 0x75706B) is known color: Sandstone. HEX triplet: 75, 70 and 6B. RGB value is (117,112,107). Sum of RGB (Red+Green+Blue) = 117+112+107=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #75706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706B is #8A8F94. Grayscale: #707070. Windows color (decimal): -9080725 or 7041141. OLE color: 7041141.
HSL color Cylindrical-coordinate representation of color #75706B: 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.09%. Process color model (Four color, CMYK) of #75706B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 107 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.54 |
| HSL | 30º | 0.04% | 0.44% | - |
| HSV(B) | 30º | 0.09% | 0.46% | - |
| XYZ | 15.78 | 16.43 | 16.25 | - |
| YUV | 112.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 107 | 0 | 0.04 | 0.09 | 0.54 | 30 | 0.04 | 0.44 |
| Hex | 75 | 70 | 6B | 0 | 4 | 9 | 36 | 1E | 4 | 2C |
| Octal | 165 | 160 | 153 | 0 | 4 | 11 | 66 | 36 | 4 | 54 |
| Binary | 1110101 | 1110000 | 1101011 | 0 | 100 | 1001 | 110110 | 11110 | 100 | 101100 |
Color Harmonies of #75706B
Complementary color
Monochromatic Colors of #75706B
Black with #75706B
Text Example
Text Example
White with #75706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75706B; }
p { color: rgb(117,112,107); }
H1.HeaderClassName
{
color: #75706B;
}
.AnyTagClassName
{
color: #75706B;
}
</style>
background-color css
<style>
a { background-color: #75706B; }
a { background-color: rgb(117,112,107); }
div.DivClassName
{
background-color: #75706B;
}
.BgClassName
{
background-color: #75706B;
}
</style>
border-color css
<style>
span { border-color: #75706B; }
span { border-color: rgb(117,112,107); }
td.TdClassName
{
border-color: #75706B;
}
.TagClassName
{
border-color: #75706B;
}
</style>