Shades of Sandstone #756F6B
Tints of Sandstone #756F6B
RGB
CMYK
RGB Variations
Color information
#756F6B (or 0x756F6B) is known color: Sandstone. HEX triplet: 75, 6F and 6B. RGB value is (117,111,107). Sum of RGB (Red+Green+Blue) = 117+111+107=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F6B is #8A9094. Grayscale: #707070. Windows color (decimal): -9080981 or 7040885. OLE color: 7040885.
HSL color Cylindrical-coordinate representation of color #756F6B: hue angle of 24º 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 #756F6B is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 107 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.54 |
| HSL | 24º | 0.04% | 0.44% | - |
| HSV(B) | 24º | 0.09% | 0.46% | - |
| XYZ | 15.67 | 16.21 | 16.21 | - |
| YUV | 112.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 107 | 0 | 0.05 | 0.09 | 0.54 | 24 | 0.04 | 0.44 |
| Hex | 75 | 6F | 6B | 0 | 5 | 9 | 36 | 18 | 4 | 2C |
| Octal | 165 | 157 | 153 | 0 | 5 | 11 | 66 | 30 | 4 | 54 |
| Binary | 1110101 | 1101111 | 1101011 | 0 | 101 | 1001 | 110110 | 11000 | 100 | 101100 |
Color Harmonies of #756F6B
Complementary color
Monochromatic Colors of #756F6B
Black with #756F6B
Text Example
Text Example
White with #756F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F6B; }
p { color: rgb(117,111,107); }
H1.HeaderClassName
{
color: #756F6B;
}
.AnyTagClassName
{
color: #756F6B;
}
</style>
background-color css
<style>
a { background-color: #756F6B; }
a { background-color: rgb(117,111,107); }
div.DivClassName
{
background-color: #756F6B;
}
.BgClassName
{
background-color: #756F6B;
}
</style>
border-color css
<style>
span { border-color: #756F6B; }
span { border-color: rgb(117,111,107); }
td.TdClassName
{
border-color: #756F6B;
}
.TagClassName
{
border-color: #756F6B;
}
</style>