Shades of Concord #878073
Tints of Concord #878073
RGB
CMYK
RGB Variations
Color information
#878073 (or 0x878073) is known color: Concord. HEX triplet: 87, 80 and 73. RGB value is (135,128,115). Sum of RGB (Red+Green+Blue) = 135+128+115=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #878073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878073 is #787F8C. Grayscale: #808080. Windows color (decimal): -7896973 or 7569543. OLE color: 7569543.
HSL color Cylindrical-coordinate representation of color #878073: 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 #878073 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 115 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.47 |
| HSL | 39º | 0.08% | 0.49% | - |
| HSV(B) | 39º | 0.15% | 0.53% | - |
| XYZ | 20.81 | 21.83 | 19.34 | - |
| YUV | 128.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 115 | 0 | 0.05 | 0.15 | 0.47 | 39 | 0.08 | 0.49 |
| Hex | 87 | 80 | 73 | 0 | 5 | F | 2F | 27 | 8 | 31 |
| Octal | 207 | 200 | 163 | 0 | 5 | 17 | 57 | 47 | 10 | 61 |
| Binary | 10000111 | 10000000 | 1110011 | 0 | 101 | 1111 | 101111 | 100111 | 1000 | 110001 |
Color Harmonies of #878073
Complementary color
Monochromatic Colors of #878073
Black with #878073
Text Example
Text Example
White with #878073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878073; }
p { color: rgb(135,128,115); }
H1.HeaderClassName
{
color: #878073;
}
.AnyTagClassName
{
color: #878073;
}
</style>
background-color css
<style>
a { background-color: #878073; }
a { background-color: rgb(135,128,115); }
div.DivClassName
{
background-color: #878073;
}
.BgClassName
{
background-color: #878073;
}
</style>
border-color css
<style>
span { border-color: #878073; }
span { border-color: rgb(135,128,115); }
td.TdClassName
{
border-color: #878073;
}
.TagClassName
{
border-color: #878073;
}
</style>