Shades of Sandstone #776E67
Tints of Sandstone #776E67
RGB
CMYK
RGB Variations
Color information
#776E67 (or 0x776E67) is known color: Sandstone. HEX triplet: 77, 6E and 67. RGB value is (119,110,103). Sum of RGB (Red+Green+Blue) = 119+110+103=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E67 is #889198. Grayscale: #6F6F6F. Windows color (decimal): -8950169 or 6778487. OLE color: 6778487.
HSL color Cylindrical-coordinate representation of color #776E67: hue angle of 26.25º 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 #776E67 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 103 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.53 |
| HSL | 26.25º | 0.07% | 0.44% | - |
| HSV(B) | 26.25º | 0.13% | 0.47% | - |
| XYZ | 15.63 | 16.05 | 15.11 | - |
| YUV | 111.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 103 | 0 | 0.08 | 0.13 | 0.53 | 26.25 | 0.07 | 0.44 |
| Hex | 77 | 6E | 67 | 0 | 8 | D | 35 | 1A | 7 | 2C |
| Octal | 167 | 156 | 147 | 0 | 10 | 15 | 65 | 32 | 7 | 54 |
| Binary | 1110111 | 1101110 | 1100111 | 0 | 1000 | 1101 | 110101 | 11010 | 111 | 101100 |
Color Harmonies of #776E67
Complementary color
Monochromatic Colors of #776E67
Black with #776E67
Text Example
Text Example
White with #776E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E67; }
p { color: rgb(119,110,103); }
H1.HeaderClassName
{
color: #776E67;
}
.AnyTagClassName
{
color: #776E67;
}
</style>
background-color css
<style>
a { background-color: #776E67; }
a { background-color: rgb(119,110,103); }
div.DivClassName
{
background-color: #776E67;
}
.BgClassName
{
background-color: #776E67;
}
</style>
border-color css
<style>
span { border-color: #776E67; }
span { border-color: rgb(119,110,103); }
td.TdClassName
{
border-color: #776E67;
}
.TagClassName
{
border-color: #776E67;
}
</style>