Shades of Concord #888174
Tints of Concord #888174
RGB
CMYK
RGB Variations
Color information
#888174 (or 0x888174) is known color: Concord. HEX triplet: 88, 81 and 74. RGB value is (136,129,116). Sum of RGB (Red+Green+Blue) = 136+129+116=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888174 is #777E8B. Grayscale: #818181. Windows color (decimal): -7831180 or 7635336. OLE color: 7635336.
HSL color Cylindrical-coordinate representation of color #888174: hue angle of 39º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888174 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 116 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.47 |
| HSL | 39º | 0.08% | 0.49% | - |
| HSV(B) | 39º | 0.15% | 0.53% | - |
| XYZ | 21.16 | 22.2 | 19.69 | - |
| YUV | 129.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 116 | 0 | 0.05 | 0.15 | 0.47 | 39 | 0.08 | 0.49 |
| Hex | 88 | 81 | 74 | 0 | 5 | F | 2F | 27 | 8 | 31 |
| Octal | 210 | 201 | 164 | 0 | 5 | 17 | 57 | 47 | 10 | 61 |
| Binary | 10001000 | 10000001 | 1110100 | 0 | 101 | 1111 | 101111 | 100111 | 1000 | 110001 |
Color Harmonies of #888174
Complementary color
Monochromatic Colors of #888174
Black with #888174
Text Example
Text Example
White with #888174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888174; }
p { color: rgb(136,129,116); }
H1.HeaderClassName
{
color: #888174;
}
.AnyTagClassName
{
color: #888174;
}
</style>
background-color css
<style>
a { background-color: #888174; }
a { background-color: rgb(136,129,116); }
div.DivClassName
{
background-color: #888174;
}
.BgClassName
{
background-color: #888174;
}
</style>
border-color css
<style>
span { border-color: #888174; }
span { border-color: rgb(136,129,116); }
td.TdClassName
{
border-color: #888174;
}
.TagClassName
{
border-color: #888174;
}
</style>