Shades of Sandstone #77736D
Tints of Sandstone #77736D
RGB
CMYK
RGB Variations
Color information
#77736D (or 0x77736D) is known color: Sandstone. HEX triplet: 77, 73 and 6D. RGB value is (119,115,109). Sum of RGB (Red+Green+Blue) = 119+115+109=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 119 - color contains mainly: red. Hex color #77736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77736D is #888C92. Grayscale: #737373. Windows color (decimal): -8948883 or 7172983. OLE color: 7172983.
HSL color Cylindrical-coordinate representation of color #77736D: hue angle of 36º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77736D is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 109 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.53 |
| HSL | 36º | 0.04% | 0.45% | - |
| HSV(B) | 36º | 0.08% | 0.47% | - |
| XYZ | 16.5 | 17.29 | 16.94 | - |
| YUV | 115.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 109 | 0 | 0.03 | 0.08 | 0.53 | 36 | 0.04 | 0.45 |
| Hex | 77 | 73 | 6D | 0 | 3 | 8 | 35 | 24 | 4 | 2D |
| Octal | 167 | 163 | 155 | 0 | 3 | 10 | 65 | 44 | 4 | 55 |
| Binary | 1110111 | 1110011 | 1101101 | 0 | 11 | 1000 | 110101 | 100100 | 100 | 101101 |
Color Harmonies of #77736D
Complementary color
Monochromatic Colors of #77736D
Black with #77736D
Text Example
Text Example
White with #77736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77736D; }
p { color: rgb(119,115,109); }
H1.HeaderClassName
{
color: #77736D;
}
.AnyTagClassName
{
color: #77736D;
}
</style>
background-color css
<style>
a { background-color: #77736D; }
a { background-color: rgb(119,115,109); }
div.DivClassName
{
background-color: #77736D;
}
.BgClassName
{
background-color: #77736D;
}
</style>
border-color css
<style>
span { border-color: #77736D; }
span { border-color: rgb(119,115,109); }
td.TdClassName
{
border-color: #77736D;
}
.TagClassName
{
border-color: #77736D;
}
</style>