Shades of Sandstone #766E67
Tints of Sandstone #766E67
RGB
CMYK
RGB Variations
Color information
#766E67 (or 0x766E67) is known color: Sandstone. HEX triplet: 76, 6E and 67. RGB value is (118,110,103). Sum of RGB (Red+Green+Blue) = 118+110+103=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E67 is #899198. Grayscale: #6F6F6F. Windows color (decimal): -9015705 or 6778486. OLE color: 6778486.
HSL color Cylindrical-coordinate representation of color #766E67: hue angle of 28º 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 #766E67 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 103 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.54 |
| HSL | 28º | 0.07% | 0.43% | - |
| HSV(B) | 28º | 0.13% | 0.46% | - |
| XYZ | 15.5 | 15.98 | 15.1 | - |
| YUV | 111.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 103 | 0 | 0.07 | 0.13 | 0.54 | 28 | 0.07 | 0.43 |
| Hex | 76 | 6E | 67 | 0 | 7 | D | 36 | 1C | 7 | 2B |
| Octal | 166 | 156 | 147 | 0 | 7 | 15 | 66 | 34 | 7 | 53 |
| Binary | 1110110 | 1101110 | 1100111 | 0 | 111 | 1101 | 110110 | 11100 | 111 | 101011 |
Color Harmonies of #766E67
Complementary color
Monochromatic Colors of #766E67
Black with #766E67
Text Example
Text Example
White with #766E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E67; }
p { color: rgb(118,110,103); }
H1.HeaderClassName
{
color: #766E67;
}
.AnyTagClassName
{
color: #766E67;
}
</style>
background-color css
<style>
a { background-color: #766E67; }
a { background-color: rgb(118,110,103); }
div.DivClassName
{
background-color: #766E67;
}
.BgClassName
{
background-color: #766E67;
}
</style>
border-color css
<style>
span { border-color: #766E67; }
span { border-color: rgb(118,110,103); }
td.TdClassName
{
border-color: #766E67;
}
.TagClassName
{
border-color: #766E67;
}
</style>