Shades of Sand Dune #7E776E
Tints of Sand Dune #7E776E
RGB
CMYK
RGB Variations
Color information
#7E776E (or 0x7E776E) is known color: Sand Dune. HEX triplet: 7E, 77 and 6E. RGB value is (126,119,110). Sum of RGB (Red+Green+Blue) = 126+119+110=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 126 - color contains mainly: red. Hex color #7E776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E776E is #818891. Grayscale: #787878. Windows color (decimal): -8489106 or 7239550. OLE color: 7239550.
HSL color Cylindrical-coordinate representation of color #7E776E: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E776E is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 110 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.51 |
| HSL | 33.75º | 0.07% | 0.46% | - |
| HSV(B) | 33.75º | 0.13% | 0.49% | - |
| XYZ | 18.02 | 18.76 | 17.42 | - |
| YUV | 120.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 110 | 0 | 0.06 | 0.13 | 0.51 | 33.75 | 0.07 | 0.46 |
| Hex | 7E | 77 | 6E | 0 | 6 | D | 33 | 22 | 7 | 2E |
| Octal | 176 | 167 | 156 | 0 | 6 | 15 | 63 | 42 | 7 | 56 |
| Binary | 1111110 | 1110111 | 1101110 | 0 | 110 | 1101 | 110011 | 100010 | 111 | 101110 |
Color Harmonies of #7E776E
Complementary color
Monochromatic Colors of #7E776E
Black with #7E776E
Text Example
Text Example
White with #7E776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E776E; }
p { color: rgb(126,119,110); }
H1.HeaderClassName
{
color: #7E776E;
}
.AnyTagClassName
{
color: #7E776E;
}
</style>
background-color css
<style>
a { background-color: #7E776E; }
a { background-color: rgb(126,119,110); }
div.DivClassName
{
background-color: #7E776E;
}
.BgClassName
{
background-color: #7E776E;
}
</style>
border-color css
<style>
span { border-color: #7E776E; }
span { border-color: rgb(126,119,110); }
td.TdClassName
{
border-color: #7E776E;
}
.TagClassName
{
border-color: #7E776E;
}
</style>