Shades of Sandstone #76736F
Tints of Sandstone #76736F
RGB
CMYK
RGB Variations
Color information
#76736F (or 0x76736F) is known color: Sandstone. HEX triplet: 76, 73 and 6F. RGB value is (118,115,111). Sum of RGB (Red+Green+Blue) = 118+115+111=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #76736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76736F is #898C90. Grayscale: #737373. Windows color (decimal): -9014417 or 7304054. OLE color: 7304054.
HSL color Cylindrical-coordinate representation of color #76736F: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #76736F is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 111 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.54 |
| HSL | 34.29º | 0.03% | 0.45% | - |
| HSV(B) | 34.29º | 0.06% | 0.46% | - |
| XYZ | 16.47 | 17.26 | 17.5 | - |
| YUV | 115.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 111 | 0 | 0.03 | 0.06 | 0.54 | 34.29 | 0.03 | 0.45 |
| Hex | 76 | 73 | 6F | 0 | 3 | 6 | 36 | 22 | 3 | 2D |
| Octal | 166 | 163 | 157 | 0 | 3 | 6 | 66 | 42 | 3 | 55 |
| Binary | 1110110 | 1110011 | 1101111 | 0 | 11 | 110 | 110110 | 100010 | 11 | 101101 |
Color Harmonies of #76736F
Complementary color
Monochromatic Colors of #76736F
Black with #76736F
Text Example
Text Example
White with #76736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76736F; }
p { color: rgb(118,115,111); }
H1.HeaderClassName
{
color: #76736F;
}
.AnyTagClassName
{
color: #76736F;
}
</style>
background-color css
<style>
a { background-color: #76736F; }
a { background-color: rgb(118,115,111); }
div.DivClassName
{
background-color: #76736F;
}
.BgClassName
{
background-color: #76736F;
}
</style>
border-color css
<style>
span { border-color: #76736F; }
span { border-color: rgb(118,115,111); }
td.TdClassName
{
border-color: #76736F;
}
.TagClassName
{
border-color: #76736F;
}
</style>