Shades of Sand Dune #7F7469
Tints of Sand Dune #7F7469
RGB
CMYK
RGB Variations
Color information
#7F7469 (or 0x7F7469) is known color: Sand Dune. HEX triplet: 7F, 74 and 69. RGB value is (127,116,105). Sum of RGB (Red+Green+Blue) = 127+116+105=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7469 is #808B96. Grayscale: #767676. Windows color (decimal): -8424343 or 6911103. OLE color: 6911103.
HSL color Cylindrical-coordinate representation of color #7F7469: hue angle of 30º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F7469 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 105 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.50 |
| HSL | 30º | 0.09% | 0.45% | - |
| HSV(B) | 30º | 0.17% | 0.5% | - |
| XYZ | 17.55 | 18.02 | 15.92 | - |
| YUV | 118.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 105 | 0 | 0.09 | 0.17 | 0.50 | 30 | 0.09 | 0.45 |
| Hex | 7F | 74 | 69 | 0 | 9 | 11 | 32 | 1E | 9 | 2D |
| Octal | 177 | 164 | 151 | 0 | 11 | 21 | 62 | 36 | 11 | 55 |
| Binary | 1111111 | 1110100 | 1101001 | 0 | 1001 | 10001 | 110010 | 11110 | 1001 | 101101 |
Color Harmonies of #7F7469
Complementary color
Monochromatic Colors of #7F7469
Black with #7F7469
Text Example
Text Example
White with #7F7469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7469; }
p { color: rgb(127,116,105); }
H1.HeaderClassName
{
color: #7F7469;
}
.AnyTagClassName
{
color: #7F7469;
}
</style>
background-color css
<style>
a { background-color: #7F7469; }
a { background-color: rgb(127,116,105); }
div.DivClassName
{
background-color: #7F7469;
}
.BgClassName
{
background-color: #7F7469;
}
</style>
border-color css
<style>
span { border-color: #7F7469; }
span { border-color: rgb(127,116,105); }
td.TdClassName
{
border-color: #7F7469;
}
.TagClassName
{
border-color: #7F7469;
}
</style>