Shades of Sand Dune #887A6A
Tints of Sand Dune #887A6A
RGB
CMYK
RGB Variations
Color information
#887A6A (or 0x887A6A) is known color: Sand Dune. HEX triplet: 88, 7A and 6A. RGB value is (136,122,106). Sum of RGB (Red+Green+Blue) = 136+122+106=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #887A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A6A is #778595. Grayscale: #7C7C7C. Windows color (decimal): -7832982 or 6978184. OLE color: 6978184.
HSL color Cylindrical-coordinate representation of color #887A6A: hue angle of 32º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #887A6A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 106 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.47 |
| HSL | 32º | 0.12% | 0.47% | - |
| HSV(B) | 32º | 0.22% | 0.53% | - |
| XYZ | 19.71 | 20.19 | 16.49 | - |
| YUV | 124.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 106 | 0 | 0.10 | 0.22 | 0.47 | 32 | 0.12 | 0.47 |
| Hex | 88 | 7A | 6A | 0 | A | 16 | 2F | 20 | C | 2F |
| Octal | 210 | 172 | 152 | 0 | 12 | 26 | 57 | 40 | 14 | 57 |
| Binary | 10001000 | 1111010 | 1101010 | 0 | 1010 | 10110 | 101111 | 100000 | 1100 | 101111 |
Color Harmonies of #887A6A
Complementary color
Monochromatic Colors of #887A6A
Black with #887A6A
Text Example
Text Example
White with #887A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A6A; }
p { color: rgb(136,122,106); }
H1.HeaderClassName
{
color: #887A6A;
}
.AnyTagClassName
{
color: #887A6A;
}
</style>
background-color css
<style>
a { background-color: #887A6A; }
a { background-color: rgb(136,122,106); }
div.DivClassName
{
background-color: #887A6A;
}
.BgClassName
{
background-color: #887A6A;
}
</style>
border-color css
<style>
span { border-color: #887A6A; }
span { border-color: rgb(136,122,106); }
td.TdClassName
{
border-color: #887A6A;
}
.TagClassName
{
border-color: #887A6A;
}
</style>