Shades of Sandstone #756F69
Tints of Sandstone #756F69
RGB
CMYK
RGB Variations
Color information
#756F69 (or 0x756F69) is known color: Sandstone. HEX triplet: 75, 6F and 69. RGB value is (117,111,105). Sum of RGB (Red+Green+Blue) = 117+111+105=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F69 is #8A9096. Grayscale: #707070. Windows color (decimal): -9080983 or 6909813. OLE color: 6909813.
HSL color Cylindrical-coordinate representation of color #756F69: hue angle of 30º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756F69 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 105 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.54 |
| HSL | 30º | 0.05% | 0.44% | - |
| HSV(B) | 30º | 0.1% | 0.46% | - |
| XYZ | 15.57 | 16.17 | 15.67 | - |
| YUV | 112.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 105 | 0 | 0.05 | 0.10 | 0.54 | 30 | 0.05 | 0.44 |
| Hex | 75 | 6F | 69 | 0 | 5 | A | 36 | 1E | 5 | 2C |
| Octal | 165 | 157 | 151 | 0 | 5 | 12 | 66 | 36 | 5 | 54 |
| Binary | 1110101 | 1101111 | 1101001 | 0 | 101 | 1010 | 110110 | 11110 | 101 | 101100 |
Color Harmonies of #756F69
Complementary color
Monochromatic Colors of #756F69
Black with #756F69
Text Example
Text Example
White with #756F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F69; }
p { color: rgb(117,111,105); }
H1.HeaderClassName
{
color: #756F69;
}
.AnyTagClassName
{
color: #756F69;
}
</style>
background-color css
<style>
a { background-color: #756F69; }
a { background-color: rgb(117,111,105); }
div.DivClassName
{
background-color: #756F69;
}
.BgClassName
{
background-color: #756F69;
}
</style>
border-color css
<style>
span { border-color: #756F69; }
span { border-color: rgb(117,111,105); }
td.TdClassName
{
border-color: #756F69;
}
.TagClassName
{
border-color: #756F69;
}
</style>