Shades of Sand Dune #79736F
Tints of Sand Dune #79736F
RGB
CMYK
RGB Variations
Color information
#79736F (or 0x79736F) is known color: Sand Dune. HEX triplet: 79, 73 and 6F. RGB value is (121,115,111). Sum of RGB (Red+Green+Blue) = 121+115+111=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #79736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79736F is #868C90. Grayscale: #747474. Windows color (decimal): -8817809 or 7304057. OLE color: 7304057.
HSL color Cylindrical-coordinate representation of color #79736F: hue angle of 24º 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 #79736F is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 115 | 111 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.53 |
| HSL | 24º | 0.04% | 0.45% | - |
| HSV(B) | 24º | 0.08% | 0.47% | - |
| XYZ | 16.89 | 17.47 | 17.52 | - |
| YUV | 116.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 111 | 0 | 0.05 | 0.08 | 0.53 | 24 | 0.04 | 0.45 |
| Hex | 79 | 73 | 6F | 0 | 5 | 8 | 35 | 18 | 4 | 2D |
| Octal | 171 | 163 | 157 | 0 | 5 | 10 | 65 | 30 | 4 | 55 |
| Binary | 1111001 | 1110011 | 1101111 | 0 | 101 | 1000 | 110101 | 11000 | 100 | 101101 |
Color Harmonies of #79736F
Complementary color
Monochromatic Colors of #79736F
Black with #79736F
Text Example
Text Example
White with #79736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79736F; }
p { color: rgb(121,115,111); }
H1.HeaderClassName
{
color: #79736F;
}
.AnyTagClassName
{
color: #79736F;
}
</style>
background-color css
<style>
a { background-color: #79736F; }
a { background-color: rgb(121,115,111); }
div.DivClassName
{
background-color: #79736F;
}
.BgClassName
{
background-color: #79736F;
}
</style>
border-color css
<style>
span { border-color: #79736F; }
span { border-color: rgb(121,115,111); }
td.TdClassName
{
border-color: #79736F;
}
.TagClassName
{
border-color: #79736F;
}
</style>