Shades of Sandstone #766A5B
Tints of Sandstone #766A5B
RGB
CMYK
RGB Variations
Color information
#766A5B (or 0x766A5B) is known color: Sandstone. HEX triplet: 76, 6A and 5B. RGB value is (118,106,91). Sum of RGB (Red+Green+Blue) = 118+106+91=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A5B is #8995A4. Grayscale: #6B6B6B. Windows color (decimal): -9016741 or 5991030. OLE color: 5991030.
HSL color Cylindrical-coordinate representation of color #766A5B: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766A5B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 91 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.54 |
| HSL | 33.33º | 0.13% | 0.41% | - |
| HSV(B) | 33.33º | 0.23% | 0.46% | - |
| XYZ | 14.51 | 14.91 | 12.01 | - |
| YUV | 107.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 91 | 0 | 0.10 | 0.23 | 0.54 | 33.33 | 0.13 | 0.41 |
| Hex | 76 | 6A | 5B | 0 | A | 17 | 36 | 21 | D | 29 |
| Octal | 166 | 152 | 133 | 0 | 12 | 27 | 66 | 41 | 15 | 51 |
| Binary | 1110110 | 1101010 | 1011011 | 0 | 1010 | 10111 | 110110 | 100001 | 1101 | 101001 |
Color Harmonies of #766A5B
Complementary color
Monochromatic Colors of #766A5B
Black with #766A5B
Text Example
Text Example
White with #766A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A5B; }
p { color: rgb(118,106,91); }
H1.HeaderClassName
{
color: #766A5B;
}
.AnyTagClassName
{
color: #766A5B;
}
</style>
background-color css
<style>
a { background-color: #766A5B; }
a { background-color: rgb(118,106,91); }
div.DivClassName
{
background-color: #766A5B;
}
.BgClassName
{
background-color: #766A5B;
}
</style>
border-color css
<style>
span { border-color: #766A5B; }
span { border-color: rgb(118,106,91); }
td.TdClassName
{
border-color: #766A5B;
}
.TagClassName
{
border-color: #766A5B;
}
</style>