Shades of Sandstone #777169
Tints of Sandstone #777169
RGB
CMYK
RGB Variations
Color information
#777169 (or 0x777169) is known color: Sandstone. HEX triplet: 77, 71 and 69. RGB value is (119,113,105). Sum of RGB (Red+Green+Blue) = 119+113+105=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #777169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777169 is #888E96. Grayscale: #717171. Windows color (decimal): -8949399 or 6910327. OLE color: 6910327.
HSL color Cylindrical-coordinate representation of color #777169: hue angle of 34.29º 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 #777169 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 105 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.53 |
| HSL | 34.29º | 0.06% | 0.44% | - |
| HSV(B) | 34.29º | 0.12% | 0.47% | - |
| XYZ | 16.06 | 16.75 | 15.75 | - |
| YUV | 113.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 105 | 0 | 0.05 | 0.12 | 0.53 | 34.29 | 0.06 | 0.44 |
| Hex | 77 | 71 | 69 | 0 | 5 | C | 35 | 22 | 6 | 2C |
| Octal | 167 | 161 | 151 | 0 | 5 | 14 | 65 | 42 | 6 | 54 |
| Binary | 1110111 | 1110001 | 1101001 | 0 | 101 | 1100 | 110101 | 100010 | 110 | 101100 |
Color Harmonies of #777169
Complementary color
Monochromatic Colors of #777169
Black with #777169
Text Example
Text Example
White with #777169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777169; }
p { color: rgb(119,113,105); }
H1.HeaderClassName
{
color: #777169;
}
.AnyTagClassName
{
color: #777169;
}
</style>
background-color css
<style>
a { background-color: #777169; }
a { background-color: rgb(119,113,105); }
div.DivClassName
{
background-color: #777169;
}
.BgClassName
{
background-color: #777169;
}
</style>
border-color css
<style>
span { border-color: #777169; }
span { border-color: rgb(119,113,105); }
td.TdClassName
{
border-color: #777169;
}
.TagClassName
{
border-color: #777169;
}
</style>