Shades of Sandstone #756E67
Tints of Sandstone #756E67
RGB
CMYK
RGB Variations
Color information
#756E67 (or 0x756E67) is known color: Sandstone. HEX triplet: 75, 6E and 67. RGB value is (117,110,103). Sum of RGB (Red+Green+Blue) = 117+110+103=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #756E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E67 is #8A9198. Grayscale: #6F6F6F. Windows color (decimal): -9081241 or 6778485. OLE color: 6778485.
HSL color Cylindrical-coordinate representation of color #756E67: hue angle of 30º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756E67 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 103 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.54 |
| HSL | 30º | 0.06% | 0.43% | - |
| HSV(B) | 30º | 0.12% | 0.46% | - |
| XYZ | 15.36 | 15.91 | 15.09 | - |
| YUV | 111.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 103 | 0 | 0.06 | 0.12 | 0.54 | 30 | 0.06 | 0.43 |
| Hex | 75 | 6E | 67 | 0 | 6 | C | 36 | 1E | 6 | 2B |
| Octal | 165 | 156 | 147 | 0 | 6 | 14 | 66 | 36 | 6 | 53 |
| Binary | 1110101 | 1101110 | 1100111 | 0 | 110 | 1100 | 110110 | 11110 | 110 | 101011 |
Color Harmonies of #756E67
Complementary color
Monochromatic Colors of #756E67
Black with #756E67
Text Example
Text Example
White with #756E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E67; }
p { color: rgb(117,110,103); }
H1.HeaderClassName
{
color: #756E67;
}
.AnyTagClassName
{
color: #756E67;
}
</style>
background-color css
<style>
a { background-color: #756E67; }
a { background-color: rgb(117,110,103); }
div.DivClassName
{
background-color: #756E67;
}
.BgClassName
{
background-color: #756E67;
}
</style>
border-color css
<style>
span { border-color: #756E67; }
span { border-color: rgb(117,110,103); }
td.TdClassName
{
border-color: #756E67;
}
.TagClassName
{
border-color: #756E67;
}
</style>