Shades of Sandstone #76716C
Tints of Sandstone #76716C
RGB
CMYK
RGB Variations
Color information
#76716C (or 0x76716C) is known color: Sandstone. HEX triplet: 76, 71 and 6C. RGB value is (118,113,108). Sum of RGB (Red+Green+Blue) = 118+113+108=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #76716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76716C is #898E93. Grayscale: #717171. Windows color (decimal): -9014932 or 7106934. OLE color: 7106934.
HSL color Cylindrical-coordinate representation of color #76716C: hue angle of 30º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76716C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 108 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.54 |
| HSL | 30º | 0.04% | 0.44% | - |
| HSV(B) | 30º | 0.08% | 0.46% | - |
| XYZ | 16.08 | 16.74 | 16.57 | - |
| YUV | 113.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 108 | 0 | 0.04 | 0.08 | 0.54 | 30 | 0.04 | 0.44 |
| Hex | 76 | 71 | 6C | 0 | 4 | 8 | 36 | 1E | 4 | 2C |
| Octal | 166 | 161 | 154 | 0 | 4 | 10 | 66 | 36 | 4 | 54 |
| Binary | 1110110 | 1110001 | 1101100 | 0 | 100 | 1000 | 110110 | 11110 | 100 | 101100 |
Color Harmonies of #76716C
Complementary color
Monochromatic Colors of #76716C
Black with #76716C
Text Example
Text Example
White with #76716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76716C; }
p { color: rgb(118,113,108); }
H1.HeaderClassName
{
color: #76716C;
}
.AnyTagClassName
{
color: #76716C;
}
</style>
background-color css
<style>
a { background-color: #76716C; }
a { background-color: rgb(118,113,108); }
div.DivClassName
{
background-color: #76716C;
}
.BgClassName
{
background-color: #76716C;
}
</style>
border-color css
<style>
span { border-color: #76716C; }
span { border-color: rgb(118,113,108); }
td.TdClassName
{
border-color: #76716C;
}
.TagClassName
{
border-color: #76716C;
}
</style>