Shades of Sandstone #776F69
Tints of Sandstone #776F69
RGB
CMYK
RGB Variations
Color information
#776F69 (or 0x776F69) is known color: Sandstone. HEX triplet: 77, 6F and 69. RGB value is (119,111,105). Sum of RGB (Red+Green+Blue) = 119+111+105=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F69 is #889096. Grayscale: #707070. Windows color (decimal): -8949911 or 6909815. OLE color: 6909815.
HSL color Cylindrical-coordinate representation of color #776F69: hue angle of 25.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #776F69 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 105 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.53 |
| HSL | 25.71º | 0.06% | 0.44% | - |
| HSV(B) | 25.71º | 0.12% | 0.47% | - |
| XYZ | 15.84 | 16.31 | 15.68 | - |
| YUV | 112.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 105 | 0 | 0.07 | 0.12 | 0.53 | 25.71 | 0.06 | 0.44 |
| Hex | 77 | 6F | 69 | 0 | 7 | C | 35 | 1A | 6 | 2C |
| Octal | 167 | 157 | 151 | 0 | 7 | 14 | 65 | 32 | 6 | 54 |
| Binary | 1110111 | 1101111 | 1101001 | 0 | 111 | 1100 | 110101 | 11010 | 110 | 101100 |
Color Harmonies of #776F69
Complementary color
Monochromatic Colors of #776F69
Black with #776F69
Text Example
Text Example
White with #776F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F69; }
p { color: rgb(119,111,105); }
H1.HeaderClassName
{
color: #776F69;
}
.AnyTagClassName
{
color: #776F69;
}
</style>
background-color css
<style>
a { background-color: #776F69; }
a { background-color: rgb(119,111,105); }
div.DivClassName
{
background-color: #776F69;
}
.BgClassName
{
background-color: #776F69;
}
</style>
border-color css
<style>
span { border-color: #776F69; }
span { border-color: rgb(119,111,105); }
td.TdClassName
{
border-color: #776F69;
}
.TagClassName
{
border-color: #776F69;
}
</style>