Shades of Sandstone #776F67
Tints of Sandstone #776F67
RGB
CMYK
RGB Variations
Color information
#776F67 (or 0x776F67) is known color: Sandstone. HEX triplet: 77, 6F and 67. RGB value is (119,111,103). Sum of RGB (Red+Green+Blue) = 119+111+103=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F67 is #889098. Grayscale: #707070. Windows color (decimal): -8949913 or 6778743. OLE color: 6778743.
HSL color Cylindrical-coordinate representation of color #776F67: hue angle of 30º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776F67 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 103 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.53 |
| HSL | 30º | 0.07% | 0.44% | - |
| HSV(B) | 30º | 0.13% | 0.47% | - |
| XYZ | 15.74 | 16.27 | 15.14 | - |
| YUV | 112.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 103 | 0 | 0.07 | 0.13 | 0.53 | 30 | 0.07 | 0.44 |
| Hex | 77 | 6F | 67 | 0 | 7 | D | 35 | 1E | 7 | 2C |
| Octal | 167 | 157 | 147 | 0 | 7 | 15 | 65 | 36 | 7 | 54 |
| Binary | 1110111 | 1101111 | 1100111 | 0 | 111 | 1101 | 110101 | 11110 | 111 | 101100 |
Color Harmonies of #776F67
Complementary color
Monochromatic Colors of #776F67
Black with #776F67
Text Example
Text Example
White with #776F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F67; }
p { color: rgb(119,111,103); }
H1.HeaderClassName
{
color: #776F67;
}
.AnyTagClassName
{
color: #776F67;
}
</style>
background-color css
<style>
a { background-color: #776F67; }
a { background-color: rgb(119,111,103); }
div.DivClassName
{
background-color: #776F67;
}
.BgClassName
{
background-color: #776F67;
}
</style>
border-color css
<style>
span { border-color: #776F67; }
span { border-color: rgb(119,111,103); }
td.TdClassName
{
border-color: #776F67;
}
.TagClassName
{
border-color: #776F67;
}
</style>