Shades of Sand Dune #7B746C
Tints of Sand Dune #7B746C
RGB
CMYK
RGB Variations
Color information
#7B746C (or 0x7B746C) is known color: Sand Dune. HEX triplet: 7B, 74 and 6C. RGB value is (123,116,108). Sum of RGB (Red+Green+Blue) = 123+116+108=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 123 - color contains mainly: red. Hex color #7B746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B746C is #848B93. Grayscale: #757575. Windows color (decimal): -8686484 or 7107707. OLE color: 7107707.
HSL color Cylindrical-coordinate representation of color #7B746C: hue angle of 32º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B746C is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 116 | 108 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.52 |
| HSL | 32º | 0.06% | 0.45% | - |
| HSV(B) | 32º | 0.12% | 0.48% | - |
| XYZ | 17.12 | 17.78 | 16.72 | - |
| YUV | 117.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 108 | 0 | 0.06 | 0.12 | 0.52 | 32 | 0.06 | 0.45 |
| Hex | 7B | 74 | 6C | 0 | 6 | C | 34 | 20 | 6 | 2D |
| Octal | 173 | 164 | 154 | 0 | 6 | 14 | 64 | 40 | 6 | 55 |
| Binary | 1111011 | 1110100 | 1101100 | 0 | 110 | 1100 | 110100 | 100000 | 110 | 101101 |
Color Harmonies of #7B746C
Complementary color
Monochromatic Colors of #7B746C
Black with #7B746C
Text Example
Text Example
White with #7B746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B746C; }
p { color: rgb(123,116,108); }
H1.HeaderClassName
{
color: #7B746C;
}
.AnyTagClassName
{
color: #7B746C;
}
</style>
background-color css
<style>
a { background-color: #7B746C; }
a { background-color: rgb(123,116,108); }
div.DivClassName
{
background-color: #7B746C;
}
.BgClassName
{
background-color: #7B746C;
}
</style>
border-color css
<style>
span { border-color: #7B746C; }
span { border-color: rgb(123,116,108); }
td.TdClassName
{
border-color: #7B746C;
}
.TagClassName
{
border-color: #7B746C;
}
</style>