Shades of Sand Dune #79726C
Tints of Sand Dune #79726C
RGB
CMYK
RGB Variations
Color information
#79726C (or 0x79726C) is known color: Sand Dune. HEX triplet: 79, 72 and 6C. RGB value is (121,114,108). Sum of RGB (Red+Green+Blue) = 121+114+108=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #79726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79726C is #868D93. Grayscale: #737373. Windows color (decimal): -8818068 or 7107193. OLE color: 7107193.
HSL color Cylindrical-coordinate representation of color #79726C: hue angle of 27.69º 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 #79726C is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 114 | 108 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.53 |
| HSL | 27.69º | 0.06% | 0.45% | - |
| HSV(B) | 27.69º | 0.11% | 0.47% | - |
| XYZ | 16.61 | 17.18 | 16.63 | - |
| YUV | 115.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 114 | 108 | 0 | 0.06 | 0.11 | 0.53 | 27.69 | 0.06 | 0.45 |
| Hex | 79 | 72 | 6C | 0 | 6 | B | 35 | 1C | 6 | 2D |
| Octal | 171 | 162 | 154 | 0 | 6 | 13 | 65 | 34 | 6 | 55 |
| Binary | 1111001 | 1110010 | 1101100 | 0 | 110 | 1011 | 110101 | 11100 | 110 | 101101 |
Color Harmonies of #79726C
Complementary color
Monochromatic Colors of #79726C
Black with #79726C
Text Example
Text Example
White with #79726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79726C; }
p { color: rgb(121,114,108); }
H1.HeaderClassName
{
color: #79726C;
}
.AnyTagClassName
{
color: #79726C;
}
</style>
background-color css
<style>
a { background-color: #79726C; }
a { background-color: rgb(121,114,108); }
div.DivClassName
{
background-color: #79726C;
}
.BgClassName
{
background-color: #79726C;
}
</style>
border-color css
<style>
span { border-color: #79726C; }
span { border-color: rgb(121,114,108); }
td.TdClassName
{
border-color: #79726C;
}
.TagClassName
{
border-color: #79726C;
}
</style>