Shades of Sandstone #766B5E
Tints of Sandstone #766B5E
RGB
CMYK
RGB Variations
Color information
#766B5E (or 0x766B5E) is known color: Sandstone. HEX triplet: 76, 6B and 5E. RGB value is (118,107,94). Sum of RGB (Red+Green+Blue) = 118+107+94=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #766B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B5E is #8994A1. Grayscale: #6C6C6C. Windows color (decimal): -9016482 or 6187894. OLE color: 6187894.
HSL color Cylindrical-coordinate representation of color #766B5E: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766B5E is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 107 | 94 | - |
CMYK | 0 | 0.09 | 0.20 | 0.54 |
HSL | 32.5º | 0.11% | 0.42% | - |
HSV(B) | 32.5º | 0.2% | 0.46% | - |
XYZ | 14.75 | 15.18 | 12.74 | - |
YUV | 108.81 | 119.64 | 134.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 107 | 94 | 0 | 0.09 | 0.20 | 0.54 | 32.5 | 0.11 | 0.42 |
Hex | 76 | 6B | 5E | 0 | 9 | 14 | 36 | 20 | B | 2A |
Octal | 166 | 153 | 136 | 0 | 11 | 24 | 66 | 40 | 13 | 52 |
Binary | 1110110 | 1101011 | 1011110 | 0 | 1001 | 10100 | 110110 | 100000 | 1011 | 101010 |
Color Harmonies of #766B5E
Complementary color
Monochromatic Colors of #766B5E
Black with #766B5E
Text Example
Text Example
White with #766B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B5E; }
p { color: rgb(118,107,94); }
H1.HeaderClassName
{
color: #766B5E;
}
.AnyTagClassName
{
color: #766B5E;
}
</style>
background-color css
<style>
a { background-color: #766B5E; }
a { background-color: rgb(118,107,94); }
div.DivClassName
{
background-color: #766B5E;
}
.BgClassName
{
background-color: #766B5E;
}
</style>
border-color css
<style>
span { border-color: #766B5E; }
span { border-color: rgb(118,107,94); }
td.TdClassName
{
border-color: #766B5E;
}
.TagClassName
{
border-color: #766B5E;
}
</style>