Shades of Sandstone #766F67
Tints of Sandstone #766F67
RGB
CMYK
RGB Variations
Color information
#766F67 (or 0x766F67) is known color: Sandstone. HEX triplet: 76, 6F and 67. RGB value is (118,111,103). Sum of RGB (Red+Green+Blue) = 118+111+103=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F67 is #899098. Grayscale: #707070. Windows color (decimal): -9015449 or 6778742. OLE color: 6778742.
HSL color Cylindrical-coordinate representation of color #766F67: hue angle of 32º 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 #766F67 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 103 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.54 |
| HSL | 32º | 0.07% | 0.43% | - |
| HSV(B) | 32º | 0.13% | 0.46% | - |
| XYZ | 15.6 | 16.2 | 15.14 | - |
| YUV | 112.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 103 | 0 | 0.06 | 0.13 | 0.54 | 32 | 0.07 | 0.43 |
| Hex | 76 | 6F | 67 | 0 | 6 | D | 36 | 20 | 7 | 2B |
| Octal | 166 | 157 | 147 | 0 | 6 | 15 | 66 | 40 | 7 | 53 |
| Binary | 1110110 | 1101111 | 1100111 | 0 | 110 | 1101 | 110110 | 100000 | 111 | 101011 |
Color Harmonies of #766F67
Complementary color
Monochromatic Colors of #766F67
Black with #766F67
Text Example
Text Example
White with #766F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F67; }
p { color: rgb(118,111,103); }
H1.HeaderClassName
{
color: #766F67;
}
.AnyTagClassName
{
color: #766F67;
}
</style>
background-color css
<style>
a { background-color: #766F67; }
a { background-color: rgb(118,111,103); }
div.DivClassName
{
background-color: #766F67;
}
.BgClassName
{
background-color: #766F67;
}
</style>
border-color css
<style>
span { border-color: #766F67; }
span { border-color: rgb(118,111,103); }
td.TdClassName
{
border-color: #766F67;
}
.TagClassName
{
border-color: #766F67;
}
</style>