Shades of Sandstone #766D67
Tints of Sandstone #766D67
RGB
CMYK
RGB Variations
Color information
#766D67 (or 0x766D67) is known color: Sandstone. HEX triplet: 76, 6D and 67. RGB value is (118,109,103). Sum of RGB (Red+Green+Blue) = 118+109+103=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D67 is #899298. Grayscale: #6F6F6F. Windows color (decimal): -9015961 or 6778230. OLE color: 6778230.
HSL color Cylindrical-coordinate representation of color #766D67: hue angle of 24º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #766D67 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 103 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.54 |
| HSL | 24º | 0.07% | 0.43% | - |
| HSV(B) | 24º | 0.13% | 0.46% | - |
| XYZ | 15.39 | 15.77 | 15.06 | - |
| YUV | 111.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 103 | 0 | 0.08 | 0.13 | 0.54 | 24 | 0.07 | 0.43 |
| Hex | 76 | 6D | 67 | 0 | 8 | D | 36 | 18 | 7 | 2B |
| Octal | 166 | 155 | 147 | 0 | 10 | 15 | 66 | 30 | 7 | 53 |
| Binary | 1110110 | 1101101 | 1100111 | 0 | 1000 | 1101 | 110110 | 11000 | 111 | 101011 |
Color Harmonies of #766D67
Complementary color
Monochromatic Colors of #766D67
Black with #766D67
Text Example
Text Example
White with #766D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D67; }
p { color: rgb(118,109,103); }
H1.HeaderClassName
{
color: #766D67;
}
.AnyTagClassName
{
color: #766D67;
}
</style>
background-color css
<style>
a { background-color: #766D67; }
a { background-color: rgb(118,109,103); }
div.DivClassName
{
background-color: #766D67;
}
.BgClassName
{
background-color: #766D67;
}
</style>
border-color css
<style>
span { border-color: #766D67; }
span { border-color: rgb(118,109,103); }
td.TdClassName
{
border-color: #766D67;
}
.TagClassName
{
border-color: #766D67;
}
</style>