Shades of Sand Dune #79716C
Tints of Sand Dune #79716C
RGB
CMYK
RGB Variations
Color information
#79716C (or 0x79716C) is known color: Sand Dune. HEX triplet: 79, 71 and 6C. RGB value is (121,113,108). Sum of RGB (Red+Green+Blue) = 121+113+108=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #79716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79716C is #868E93. Grayscale: #727272. Windows color (decimal): -8818324 or 7106937. OLE color: 7106937.
HSL color Cylindrical-coordinate representation of color #79716C: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #79716C is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 108 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.53 |
| HSL | 23.08º | 0.06% | 0.45% | - |
| HSV(B) | 23.08º | 0.11% | 0.47% | - |
| XYZ | 16.5 | 16.96 | 16.59 | - |
| YUV | 114.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 108 | 0 | 0.07 | 0.11 | 0.53 | 23.08 | 0.06 | 0.45 |
| Hex | 79 | 71 | 6C | 0 | 7 | B | 35 | 17 | 6 | 2D |
| Octal | 171 | 161 | 154 | 0 | 7 | 13 | 65 | 27 | 6 | 55 |
| Binary | 1111001 | 1110001 | 1101100 | 0 | 111 | 1011 | 110101 | 10111 | 110 | 101101 |
Color Harmonies of #79716C
Complementary color
Monochromatic Colors of #79716C
Black with #79716C
Text Example
Text Example
White with #79716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79716C; }
p { color: rgb(121,113,108); }
H1.HeaderClassName
{
color: #79716C;
}
.AnyTagClassName
{
color: #79716C;
}
</style>
background-color css
<style>
a { background-color: #79716C; }
a { background-color: rgb(121,113,108); }
div.DivClassName
{
background-color: #79716C;
}
.BgClassName
{
background-color: #79716C;
}
</style>
border-color css
<style>
span { border-color: #79716C; }
span { border-color: rgb(121,113,108); }
td.TdClassName
{
border-color: #79716C;
}
.TagClassName
{
border-color: #79716C;
}
</style>