Shades of Sandstone #766B62
Tints of Sandstone #766B62
RGB
CMYK
RGB Variations
Color information
#766B62 (or 0x766B62) is known color: Sandstone. HEX triplet: 76, 6B and 62. RGB value is (118,107,98). Sum of RGB (Red+Green+Blue) = 118+107+98=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B62 is #89949D. Grayscale: #6D6D6D. Windows color (decimal): -9016478 or 6450038. OLE color: 6450038.
HSL color Cylindrical-coordinate representation of color #766B62: hue angle of 27º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766B62 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 98 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.54 |
| HSL | 27º | 0.09% | 0.42% | - |
| HSV(B) | 27º | 0.17% | 0.46% | - |
| XYZ | 14.93 | 15.25 | 13.71 | - |
| YUV | 109.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 98 | 0 | 0.09 | 0.17 | 0.54 | 27 | 0.09 | 0.42 |
| Hex | 76 | 6B | 62 | 0 | 9 | 11 | 36 | 1B | 9 | 2A |
| Octal | 166 | 153 | 142 | 0 | 11 | 21 | 66 | 33 | 11 | 52 |
| Binary | 1110110 | 1101011 | 1100010 | 0 | 1001 | 10001 | 110110 | 11011 | 1001 | 101010 |
Color Harmonies of #766B62
Complementary color
Monochromatic Colors of #766B62
Black with #766B62
Text Example
Text Example
White with #766B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B62; }
p { color: rgb(118,107,98); }
H1.HeaderClassName
{
color: #766B62;
}
.AnyTagClassName
{
color: #766B62;
}
</style>
background-color css
<style>
a { background-color: #766B62; }
a { background-color: rgb(118,107,98); }
div.DivClassName
{
background-color: #766B62;
}
.BgClassName
{
background-color: #766B62;
}
</style>
border-color css
<style>
span { border-color: #766B62; }
span { border-color: rgb(118,107,98); }
td.TdClassName
{
border-color: #766B62;
}
.TagClassName
{
border-color: #766B62;
}
</style>