Shades of Sand Dune #88776A
Tints of Sand Dune #88776A
RGB
CMYK
RGB Variations
Color information
#88776A (or 0x88776A) is known color: Sand Dune. HEX triplet: 88, 77 and 6A. RGB value is (136,119,106). Sum of RGB (Red+Green+Blue) = 136+119+106=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88776A is #778895. Grayscale: #7A7A7A. Windows color (decimal): -7833750 or 6977416. OLE color: 6977416.
HSL color Cylindrical-coordinate representation of color #88776A: hue angle of 26º 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 #88776A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 106 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.47 |
| HSL | 26º | 0.12% | 0.47% | - |
| HSV(B) | 26º | 0.22% | 0.53% | - |
| XYZ | 19.35 | 19.47 | 16.37 | - |
| YUV | 122.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 106 | 0 | 0.12 | 0.22 | 0.47 | 26 | 0.12 | 0.47 |
| Hex | 88 | 77 | 6A | 0 | C | 16 | 2F | 1A | C | 2F |
| Octal | 210 | 167 | 152 | 0 | 14 | 26 | 57 | 32 | 14 | 57 |
| Binary | 10001000 | 1110111 | 1101010 | 0 | 1100 | 10110 | 101111 | 11010 | 1100 | 101111 |
Color Harmonies of #88776A
Complementary color
Monochromatic Colors of #88776A
Black with #88776A
Text Example
Text Example
White with #88776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88776A; }
p { color: rgb(136,119,106); }
H1.HeaderClassName
{
color: #88776A;
}
.AnyTagClassName
{
color: #88776A;
}
</style>
background-color css
<style>
a { background-color: #88776A; }
a { background-color: rgb(136,119,106); }
div.DivClassName
{
background-color: #88776A;
}
.BgClassName
{
background-color: #88776A;
}
</style>
border-color css
<style>
span { border-color: #88776A; }
span { border-color: rgb(136,119,106); }
td.TdClassName
{
border-color: #88776A;
}
.TagClassName
{
border-color: #88776A;
}
</style>