Shades of Sandstone #777168
Tints of Sandstone #777168
RGB
CMYK
RGB Variations
Color information
#777168 (or 0x777168) is known color: Sandstone. HEX triplet: 77, 71 and 68. RGB value is (119,113,104). Sum of RGB (Red+Green+Blue) = 119+113+104=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #777168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777168 is #888E97. Grayscale: #717171. Windows color (decimal): -8949400 or 6844791. OLE color: 6844791.
HSL color Cylindrical-coordinate representation of color #777168: hue angle of 36º 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 #777168 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 104 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.53 |
| HSL | 36º | 0.07% | 0.44% | - |
| HSV(B) | 36º | 0.13% | 0.47% | - |
| XYZ | 16.01 | 16.73 | 15.48 | - |
| YUV | 113.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 104 | 0 | 0.05 | 0.13 | 0.53 | 36 | 0.07 | 0.44 |
| Hex | 77 | 71 | 68 | 0 | 5 | D | 35 | 24 | 7 | 2C |
| Octal | 167 | 161 | 150 | 0 | 5 | 15 | 65 | 44 | 7 | 54 |
| Binary | 1110111 | 1110001 | 1101000 | 0 | 101 | 1101 | 110101 | 100100 | 111 | 101100 |
Color Harmonies of #777168
Complementary color
Monochromatic Colors of #777168
Black with #777168
Text Example
Text Example
White with #777168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777168; }
p { color: rgb(119,113,104); }
H1.HeaderClassName
{
color: #777168;
}
.AnyTagClassName
{
color: #777168;
}
</style>
background-color css
<style>
a { background-color: #777168; }
a { background-color: rgb(119,113,104); }
div.DivClassName
{
background-color: #777168;
}
.BgClassName
{
background-color: #777168;
}
</style>
border-color css
<style>
span { border-color: #777168; }
span { border-color: rgb(119,113,104); }
td.TdClassName
{
border-color: #777168;
}
.TagClassName
{
border-color: #777168;
}
</style>