Shades of Sand Dune #78716D
Tints of Sand Dune #78716D
RGB
CMYK
RGB Variations
Color information
#78716D (or 0x78716D) is known color: Sand Dune. HEX triplet: 78, 71 and 6D. RGB value is (120,113,109). Sum of RGB (Red+Green+Blue) = 120+113+109=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #78716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78716D is #878E92. Grayscale: #727272. Windows color (decimal): -8883859 or 7172472. OLE color: 7172472.
HSL color Cylindrical-coordinate representation of color #78716D: hue angle of 21.82º 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 #78716D is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 109 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.53 |
| HSL | 21.82º | 0.05% | 0.45% | - |
| HSV(B) | 21.82º | 0.09% | 0.47% | - |
| XYZ | 16.41 | 16.91 | 16.87 | - |
| YUV | 114.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 109 | 0 | 0.06 | 0.09 | 0.53 | 21.82 | 0.05 | 0.45 |
| Hex | 78 | 71 | 6D | 0 | 6 | 9 | 35 | 16 | 5 | 2D |
| Octal | 170 | 161 | 155 | 0 | 6 | 11 | 65 | 26 | 5 | 55 |
| Binary | 1111000 | 1110001 | 1101101 | 0 | 110 | 1001 | 110101 | 10110 | 101 | 101101 |
Color Harmonies of #78716D
Complementary color
Monochromatic Colors of #78716D
Black with #78716D
Text Example
Text Example
White with #78716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78716D; }
p { color: rgb(120,113,109); }
H1.HeaderClassName
{
color: #78716D;
}
.AnyTagClassName
{
color: #78716D;
}
</style>
background-color css
<style>
a { background-color: #78716D; }
a { background-color: rgb(120,113,109); }
div.DivClassName
{
background-color: #78716D;
}
.BgClassName
{
background-color: #78716D;
}
</style>
border-color css
<style>
span { border-color: #78716D; }
span { border-color: rgb(120,113,109); }
td.TdClassName
{
border-color: #78716D;
}
.TagClassName
{
border-color: #78716D;
}
</style>