Shades of Sandstone #766F6B
Tints of Sandstone #766F6B
RGB
CMYK
RGB Variations
Color information
#766F6B (or 0x766F6B) is known color: Sandstone. HEX triplet: 76, 6F and 6B. RGB value is (118,111,107). Sum of RGB (Red+Green+Blue) = 118+111+107=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6B is #899094. Grayscale: #707070. Windows color (decimal): -9015445 or 7040886. OLE color: 7040886.
HSL color Cylindrical-coordinate representation of color #766F6B: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766F6B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 107 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.54 |
| HSL | 21.82º | 0.05% | 0.44% | - |
| HSV(B) | 21.82º | 0.09% | 0.46% | - |
| XYZ | 15.81 | 16.28 | 16.22 | - |
| YUV | 112.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 107 | 0 | 0.06 | 0.09 | 0.54 | 21.82 | 0.05 | 0.44 |
| Hex | 76 | 6F | 6B | 0 | 6 | 9 | 36 | 16 | 5 | 2C |
| Octal | 166 | 157 | 153 | 0 | 6 | 11 | 66 | 26 | 5 | 54 |
| Binary | 1110110 | 1101111 | 1101011 | 0 | 110 | 1001 | 110110 | 10110 | 101 | 101100 |
Color Harmonies of #766F6B
Complementary color
Monochromatic Colors of #766F6B
Black with #766F6B
Text Example
Text Example
White with #766F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F6B; }
p { color: rgb(118,111,107); }
H1.HeaderClassName
{
color: #766F6B;
}
.AnyTagClassName
{
color: #766F6B;
}
</style>
background-color css
<style>
a { background-color: #766F6B; }
a { background-color: rgb(118,111,107); }
div.DivClassName
{
background-color: #766F6B;
}
.BgClassName
{
background-color: #766F6B;
}
</style>
border-color css
<style>
span { border-color: #766F6B; }
span { border-color: rgb(118,111,107); }
td.TdClassName
{
border-color: #766F6B;
}
.TagClassName
{
border-color: #766F6B;
}
</style>