Shades of Sand Dune #7B756E
Tints of Sand Dune #7B756E
RGB
CMYK
RGB Variations
Color information
#7B756E (or 0x7B756E) is known color: Sand Dune. HEX triplet: 7B, 75 and 6E. RGB value is (123,117,110). Sum of RGB (Red+Green+Blue) = 123+117+110=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 123 - color contains mainly: red. Hex color #7B756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B756E is #848A91. Grayscale: #767676. Windows color (decimal): -8686226 or 7239035. OLE color: 7239035.
HSL color Cylindrical-coordinate representation of color #7B756E: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B756E is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 117 | 110 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.52 |
| HSL | 32.31º | 0.06% | 0.46% | - |
| HSV(B) | 32.31º | 0.11% | 0.48% | - |
| XYZ | 17.34 | 18.06 | 17.32 | - |
| YUV | 118 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 110 | 0 | 0.05 | 0.11 | 0.52 | 32.31 | 0.06 | 0.46 |
| Hex | 7B | 75 | 6E | 0 | 5 | B | 34 | 20 | 6 | 2E |
| Octal | 173 | 165 | 156 | 0 | 5 | 13 | 64 | 40 | 6 | 56 |
| Binary | 1111011 | 1110101 | 1101110 | 0 | 101 | 1011 | 110100 | 100000 | 110 | 101110 |
Color Harmonies of #7B756E
Complementary color
Monochromatic Colors of #7B756E
Black with #7B756E
Text Example
Text Example
White with #7B756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B756E; }
p { color: rgb(123,117,110); }
H1.HeaderClassName
{
color: #7B756E;
}
.AnyTagClassName
{
color: #7B756E;
}
</style>
background-color css
<style>
a { background-color: #7B756E; }
a { background-color: rgb(123,117,110); }
div.DivClassName
{
background-color: #7B756E;
}
.BgClassName
{
background-color: #7B756E;
}
</style>
border-color css
<style>
span { border-color: #7B756E; }
span { border-color: rgb(123,117,110); }
td.TdClassName
{
border-color: #7B756E;
}
.TagClassName
{
border-color: #7B756E;
}
</style>