Shades of Sandstone #76695B
Tints of Sandstone #76695B
RGB
CMYK
RGB Variations
Color information
#76695B (or 0x76695B) is known color: Sandstone. HEX triplet: 76, 69 and 5B. RGB value is (118,105,91). Sum of RGB (Red+Green+Blue) = 118+105+91=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76695B is #8996A4. Grayscale: #6B6B6B. Windows color (decimal): -9016997 or 5990774. OLE color: 5990774.
HSL color Cylindrical-coordinate representation of color #76695B: hue angle of 31.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76695B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 91 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.54 |
| HSL | 31.11º | 0.13% | 0.41% | - |
| HSV(B) | 31.11º | 0.23% | 0.46% | - |
| XYZ | 14.41 | 14.71 | 11.98 | - |
| YUV | 107.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 91 | 0 | 0.11 | 0.23 | 0.54 | 31.11 | 0.13 | 0.41 |
| Hex | 76 | 69 | 5B | 0 | B | 17 | 36 | 1F | D | 29 |
| Octal | 166 | 151 | 133 | 0 | 13 | 27 | 66 | 37 | 15 | 51 |
| Binary | 1110110 | 1101001 | 1011011 | 0 | 1011 | 10111 | 110110 | 11111 | 1101 | 101001 |
Color Harmonies of #76695B
Complementary color
Monochromatic Colors of #76695B
Black with #76695B
Text Example
Text Example
White with #76695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76695B; }
p { color: rgb(118,105,91); }
H1.HeaderClassName
{
color: #76695B;
}
.AnyTagClassName
{
color: #76695B;
}
</style>
background-color css
<style>
a { background-color: #76695B; }
a { background-color: rgb(118,105,91); }
div.DivClassName
{
background-color: #76695B;
}
.BgClassName
{
background-color: #76695B;
}
</style>
border-color css
<style>
span { border-color: #76695B; }
span { border-color: rgb(118,105,91); }
td.TdClassName
{
border-color: #76695B;
}
.TagClassName
{
border-color: #76695B;
}
</style>