Shades of Sandstone #767168
Tints of Sandstone #767168
RGB
CMYK
RGB Variations
Color information
#767168 (or 0x767168) is known color: Sandstone. HEX triplet: 76, 71 and 68. RGB value is (118,113,104). Sum of RGB (Red+Green+Blue) = 118+113+104=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #767168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767168 is #898E97. Grayscale: #717171. Windows color (decimal): -9014936 or 6844790. OLE color: 6844790.
HSL color Cylindrical-coordinate representation of color #767168: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767168 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 104 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.54 |
| HSL | 38.57º | 0.06% | 0.44% | - |
| HSV(B) | 38.57º | 0.12% | 0.46% | - |
| XYZ | 15.88 | 16.66 | 15.48 | - |
| YUV | 113.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 104 | 0 | 0.04 | 0.12 | 0.54 | 38.57 | 0.06 | 0.44 |
| Hex | 76 | 71 | 68 | 0 | 4 | C | 36 | 27 | 6 | 2C |
| Octal | 166 | 161 | 150 | 0 | 4 | 14 | 66 | 47 | 6 | 54 |
| Binary | 1110110 | 1110001 | 1101000 | 0 | 100 | 1100 | 110110 | 100111 | 110 | 101100 |
Color Harmonies of #767168
Complementary color
Monochromatic Colors of #767168
Black with #767168
Text Example
Text Example
White with #767168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767168; }
p { color: rgb(118,113,104); }
H1.HeaderClassName
{
color: #767168;
}
.AnyTagClassName
{
color: #767168;
}
</style>
background-color css
<style>
a { background-color: #767168; }
a { background-color: rgb(118,113,104); }
div.DivClassName
{
background-color: #767168;
}
.BgClassName
{
background-color: #767168;
}
</style>
border-color css
<style>
span { border-color: #767168; }
span { border-color: rgb(118,113,104); }
td.TdClassName
{
border-color: #767168;
}
.TagClassName
{
border-color: #767168;
}
</style>