Shades of Sand Dune #7C7771
Tints of Sand Dune #7C7771
RGB
CMYK
RGB Variations
Color information
#7C7771 (or 0x7C7771) is known color: Sand Dune. HEX triplet: 7C, 77 and 71. RGB value is (124,119,113). Sum of RGB (Red+Green+Blue) = 124+119+113=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7771 is #83888E. Grayscale: #777777. Windows color (decimal): -8620175 or 7436156. OLE color: 7436156.
HSL color Cylindrical-coordinate representation of color #7C7771: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7771 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 113 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.51 |
| HSL | 32.73º | 0.05% | 0.46% | - |
| HSV(B) | 32.73º | 0.09% | 0.49% | - |
| XYZ | 17.89 | 18.67 | 18.28 | - |
| YUV | 119.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 113 | 0 | 0.04 | 0.09 | 0.51 | 32.73 | 0.05 | 0.46 |
| Hex | 7C | 77 | 71 | 0 | 4 | 9 | 33 | 21 | 5 | 2E |
| Octal | 174 | 167 | 161 | 0 | 4 | 11 | 63 | 41 | 5 | 56 |
| Binary | 1111100 | 1110111 | 1110001 | 0 | 100 | 1001 | 110011 | 100001 | 101 | 101110 |
Color Harmonies of #7C7771
Complementary color
Monochromatic Colors of #7C7771
Black with #7C7771
Text Example
Text Example
White with #7C7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7771; }
p { color: rgb(124,119,113); }
H1.HeaderClassName
{
color: #7C7771;
}
.AnyTagClassName
{
color: #7C7771;
}
</style>
background-color css
<style>
a { background-color: #7C7771; }
a { background-color: rgb(124,119,113); }
div.DivClassName
{
background-color: #7C7771;
}
.BgClassName
{
background-color: #7C7771;
}
</style>
border-color css
<style>
span { border-color: #7C7771; }
span { border-color: rgb(124,119,113); }
td.TdClassName
{
border-color: #7C7771;
}
.TagClassName
{
border-color: #7C7771;
}
</style>