Shades of Sandstone #78736D
Tints of Sandstone #78736D
RGB
CMYK
RGB Variations
Color information
#78736D (or 0x78736D) is known color: Sandstone. HEX triplet: 78, 73 and 6D. RGB value is (120,115,109). Sum of RGB (Red+Green+Blue) = 120+115+109=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #78736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78736D is #878C92. Grayscale: #737373. Windows color (decimal): -8883347 or 7172984. OLE color: 7172984.
HSL color Cylindrical-coordinate representation of color #78736D: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78736D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 109 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.53 |
| HSL | 32.73º | 0.05% | 0.45% | - |
| HSV(B) | 32.73º | 0.09% | 0.47% | - |
| XYZ | 16.64 | 17.36 | 16.94 | - |
| YUV | 115.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 109 | 0 | 0.04 | 0.09 | 0.53 | 32.73 | 0.05 | 0.45 |
| Hex | 78 | 73 | 6D | 0 | 4 | 9 | 35 | 21 | 5 | 2D |
| Octal | 170 | 163 | 155 | 0 | 4 | 11 | 65 | 41 | 5 | 55 |
| Binary | 1111000 | 1110011 | 1101101 | 0 | 100 | 1001 | 110101 | 100001 | 101 | 101101 |
Color Harmonies of #78736D
Complementary color
Monochromatic Colors of #78736D
Black with #78736D
Text Example
Text Example
White with #78736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78736D; }
p { color: rgb(120,115,109); }
H1.HeaderClassName
{
color: #78736D;
}
.AnyTagClassName
{
color: #78736D;
}
</style>
background-color css
<style>
a { background-color: #78736D; }
a { background-color: rgb(120,115,109); }
div.DivClassName
{
background-color: #78736D;
}
.BgClassName
{
background-color: #78736D;
}
</style>
border-color css
<style>
span { border-color: #78736D; }
span { border-color: rgb(120,115,109); }
td.TdClassName
{
border-color: #78736D;
}
.TagClassName
{
border-color: #78736D;
}
</style>