Shades of Sand Dune #7F746D
Tints of Sand Dune #7F746D
RGB
CMYK
RGB Variations
Color information
#7F746D (or 0x7F746D) is known color: Sand Dune. HEX triplet: 7F, 74 and 6D. RGB value is (127,116,109). Sum of RGB (Red+Green+Blue) = 127+116+109=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F746D is #808B92. Grayscale: #767676. Windows color (decimal): -8424339 or 7173247. OLE color: 7173247.
HSL color Cylindrical-coordinate representation of color #7F746D: hue angle of 23.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F746D is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 109 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.50 |
| HSL | 23.33º | 0.08% | 0.46% | - |
| HSV(B) | 23.33º | 0.14% | 0.5% | - |
| XYZ | 17.76 | 18.11 | 17.03 | - |
| YUV | 118.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 109 | 0 | 0.09 | 0.14 | 0.50 | 23.33 | 0.08 | 0.46 |
| Hex | 7F | 74 | 6D | 0 | 9 | E | 32 | 17 | 8 | 2E |
| Octal | 177 | 164 | 155 | 0 | 11 | 16 | 62 | 27 | 10 | 56 |
| Binary | 1111111 | 1110100 | 1101101 | 0 | 1001 | 1110 | 110010 | 10111 | 1000 | 101110 |
Color Harmonies of #7F746D
Complementary color
Monochromatic Colors of #7F746D
Black with #7F746D
Text Example
Text Example
White with #7F746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F746D; }
p { color: rgb(127,116,109); }
H1.HeaderClassName
{
color: #7F746D;
}
.AnyTagClassName
{
color: #7F746D;
}
</style>
background-color css
<style>
a { background-color: #7F746D; }
a { background-color: rgb(127,116,109); }
div.DivClassName
{
background-color: #7F746D;
}
.BgClassName
{
background-color: #7F746D;
}
</style>
border-color css
<style>
span { border-color: #7F746D; }
span { border-color: rgb(127,116,109); }
td.TdClassName
{
border-color: #7F746D;
}
.TagClassName
{
border-color: #7F746D;
}
</style>