Shades of Concord #888276
Tints of Concord #888276
RGB
CMYK
RGB Variations
Color information
#888276 (or 0x888276) is known color: Concord. HEX triplet: 88, 82 and 76. RGB value is (136,130,118). Sum of RGB (Red+Green+Blue) = 136+130+118=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #888276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888276 is #777D89. Grayscale: #828282. Windows color (decimal): -7830922 or 7766664. OLE color: 7766664.
HSL color Cylindrical-coordinate representation of color #888276: hue angle of 40º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888276 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 118 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.47 |
| HSL | 40º | 0.07% | 0.5% | - |
| HSV(B) | 40º | 0.13% | 0.53% | - |
| XYZ | 21.41 | 22.51 | 20.36 | - |
| YUV | 130.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 118 | 0 | 0.04 | 0.13 | 0.47 | 40 | 0.07 | 0.5 |
| Hex | 88 | 82 | 76 | 0 | 4 | D | 2F | 28 | 7 | 32 |
| Octal | 210 | 202 | 166 | 0 | 4 | 15 | 57 | 50 | 7 | 62 |
| Binary | 10001000 | 10000010 | 1110110 | 0 | 100 | 1101 | 101111 | 101000 | 111 | 110010 |
Color Harmonies of #888276
Complementary color
Monochromatic Colors of #888276
Black with #888276
Text Example
Text Example
White with #888276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888276; }
p { color: rgb(136,130,118); }
H1.HeaderClassName
{
color: #888276;
}
.AnyTagClassName
{
color: #888276;
}
</style>
background-color css
<style>
a { background-color: #888276; }
a { background-color: rgb(136,130,118); }
div.DivClassName
{
background-color: #888276;
}
.BgClassName
{
background-color: #888276;
}
</style>
border-color css
<style>
span { border-color: #888276; }
span { border-color: rgb(136,130,118); }
td.TdClassName
{
border-color: #888276;
}
.TagClassName
{
border-color: #888276;
}
</style>