Shades of Sand Dune #7F7366
Tints of Sand Dune #7F7366
RGB
CMYK
RGB Variations
Color information
#7F7366 (or 0x7F7366) is known color: Sand Dune. HEX triplet: 7F, 73 and 66. RGB value is (127,115,102). Sum of RGB (Red+Green+Blue) = 127+115+102=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7366 is #808C99. Grayscale: #757575. Windows color (decimal): -8424602 or 6714239. OLE color: 6714239.
HSL color Cylindrical-coordinate representation of color #7F7366: hue angle of 31.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7366 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 102 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.50 |
| HSL | 31.2º | 0.11% | 0.45% | - |
| HSV(B) | 31.2º | 0.2% | 0.5% | - |
| XYZ | 17.28 | 17.73 | 15.08 | - |
| YUV | 117.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 102 | 0 | 0.09 | 0.20 | 0.50 | 31.2 | 0.11 | 0.45 |
| Hex | 7F | 73 | 66 | 0 | 9 | 14 | 32 | 1F | B | 2D |
| Octal | 177 | 163 | 146 | 0 | 11 | 24 | 62 | 37 | 13 | 55 |
| Binary | 1111111 | 1110011 | 1100110 | 0 | 1001 | 10100 | 110010 | 11111 | 1011 | 101101 |
Color Harmonies of #7F7366
Complementary color
Monochromatic Colors of #7F7366
Black with #7F7366
Text Example
Text Example
White with #7F7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7366; }
p { color: rgb(127,115,102); }
H1.HeaderClassName
{
color: #7F7366;
}
.AnyTagClassName
{
color: #7F7366;
}
</style>
background-color css
<style>
a { background-color: #7F7366; }
a { background-color: rgb(127,115,102); }
div.DivClassName
{
background-color: #7F7366;
}
.BgClassName
{
background-color: #7F7366;
}
</style>
border-color css
<style>
span { border-color: #7F7366; }
span { border-color: rgb(127,115,102); }
td.TdClassName
{
border-color: #7F7366;
}
.TagClassName
{
border-color: #7F7366;
}
</style>