Shades of Concord #888171
Tints of Concord #888171
RGB
CMYK
RGB Variations
Color information
#888171 (or 0x888171) is known color: Concord. HEX triplet: 88, 81 and 71. RGB value is (136,129,113). Sum of RGB (Red+Green+Blue) = 136+129+113=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #888171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888171 is #777E8E. Grayscale: #818181. Windows color (decimal): -7831183 or 7438728. OLE color: 7438728.
HSL color Cylindrical-coordinate representation of color #888171: hue angle of 41.74º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #888171 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 113 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.47 |
| HSL | 41.74º | 0.09% | 0.49% | - |
| HSV(B) | 41.74º | 0.17% | 0.53% | - |
| XYZ | 20.98 | 22.13 | 18.79 | - |
| YUV | 129.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 113 | 0 | 0.05 | 0.17 | 0.47 | 41.74 | 0.09 | 0.49 |
| Hex | 88 | 81 | 71 | 0 | 5 | 11 | 2F | 2A | 9 | 31 |
| Octal | 210 | 201 | 161 | 0 | 5 | 21 | 57 | 52 | 11 | 61 |
| Binary | 10001000 | 10000001 | 1110001 | 0 | 101 | 10001 | 101111 | 101010 | 1001 | 110001 |
Color Harmonies of #888171
Complementary color
Monochromatic Colors of #888171
Black with #888171
Text Example
Text Example
White with #888171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888171; }
p { color: rgb(136,129,113); }
H1.HeaderClassName
{
color: #888171;
}
.AnyTagClassName
{
color: #888171;
}
</style>
background-color css
<style>
a { background-color: #888171; }
a { background-color: rgb(136,129,113); }
div.DivClassName
{
background-color: #888171;
}
.BgClassName
{
background-color: #888171;
}
</style>
border-color css
<style>
span { border-color: #888171; }
span { border-color: rgb(136,129,113); }
td.TdClassName
{
border-color: #888171;
}
.TagClassName
{
border-color: #888171;
}
</style>