Shades of Sandstone #766D62
Tints of Sandstone #766D62
RGB
CMYK
RGB Variations
Color information
#766D62 (or 0x766D62) is known color: Sandstone. HEX triplet: 76, 6D and 62. RGB value is (118,109,98). Sum of RGB (Red+Green+Blue) = 118+109+98=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #766D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D62 is #89929D. Grayscale: #6E6E6E. Windows color (decimal): -9015966 or 6450550. OLE color: 6450550.
HSL color Cylindrical-coordinate representation of color #766D62: hue angle of 33º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766D62 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 98 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.54 |
| HSL | 33º | 0.09% | 0.42% | - |
| HSV(B) | 33º | 0.17% | 0.46% | - |
| XYZ | 15.14 | 15.67 | 13.78 | - |
| YUV | 110.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 98 | 0 | 0.08 | 0.17 | 0.54 | 33 | 0.09 | 0.42 |
| Hex | 76 | 6D | 62 | 0 | 8 | 11 | 36 | 21 | 9 | 2A |
| Octal | 166 | 155 | 142 | 0 | 10 | 21 | 66 | 41 | 11 | 52 |
| Binary | 1110110 | 1101101 | 1100010 | 0 | 1000 | 10001 | 110110 | 100001 | 1001 | 101010 |
Color Harmonies of #766D62
Complementary color
Monochromatic Colors of #766D62
Black with #766D62
Text Example
Text Example
White with #766D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D62; }
p { color: rgb(118,109,98); }
H1.HeaderClassName
{
color: #766D62;
}
.AnyTagClassName
{
color: #766D62;
}
</style>
background-color css
<style>
a { background-color: #766D62; }
a { background-color: rgb(118,109,98); }
div.DivClassName
{
background-color: #766D62;
}
.BgClassName
{
background-color: #766D62;
}
</style>
border-color css
<style>
span { border-color: #766D62; }
span { border-color: rgb(118,109,98); }
td.TdClassName
{
border-color: #766D62;
}
.TagClassName
{
border-color: #766D62;
}
</style>