Shades of Sand Dune #7D7269
Tints of Sand Dune #7D7269
RGB
CMYK
RGB Variations
Color information
#7D7269 (or 0x7D7269) is known color: Sand Dune. HEX triplet: 7D, 72 and 69. RGB value is (125,114,105). Sum of RGB (Red+Green+Blue) = 125+114+105=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7269 is #828D96. Grayscale: #747474. Windows color (decimal): -8555927 or 6910589. OLE color: 6910589.
HSL color Cylindrical-coordinate representation of color #7D7269: hue angle of 27º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7269 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 105 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.51 |
| HSL | 27º | 0.09% | 0.45% | - |
| HSV(B) | 27º | 0.16% | 0.49% | - |
| XYZ | 17.02 | 17.41 | 15.83 | - |
| YUV | 116.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 105 | 0 | 0.09 | 0.16 | 0.51 | 27 | 0.09 | 0.45 |
| Hex | 7D | 72 | 69 | 0 | 9 | 10 | 33 | 1B | 9 | 2D |
| Octal | 175 | 162 | 151 | 0 | 11 | 20 | 63 | 33 | 11 | 55 |
| Binary | 1111101 | 1110010 | 1101001 | 0 | 1001 | 10000 | 110011 | 11011 | 1001 | 101101 |
Color Harmonies of #7D7269
Complementary color
Monochromatic Colors of #7D7269
Black with #7D7269
Text Example
Text Example
White with #7D7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7269; }
p { color: rgb(125,114,105); }
H1.HeaderClassName
{
color: #7D7269;
}
.AnyTagClassName
{
color: #7D7269;
}
</style>
background-color css
<style>
a { background-color: #7D7269; }
a { background-color: rgb(125,114,105); }
div.DivClassName
{
background-color: #7D7269;
}
.BgClassName
{
background-color: #7D7269;
}
</style>
border-color css
<style>
span { border-color: #7D7269; }
span { border-color: rgb(125,114,105); }
td.TdClassName
{
border-color: #7D7269;
}
.TagClassName
{
border-color: #7D7269;
}
</style>