Shades of Concord #858078
Tints of Concord #858078
RGB
CMYK
RGB Variations
Color information
#858078 (or 0x858078) is known color: Concord. HEX triplet: 85, 80 and 78. RGB value is (133,128,120). Sum of RGB (Red+Green+Blue) = 133+128+120=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858078 is #7A7F87. Grayscale: #808080. Windows color (decimal): -8028040 or 7897221. OLE color: 7897221.
HSL color Cylindrical-coordinate representation of color #858078: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858078 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 120 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.48 |
| HSL | 36.92º | 0.05% | 0.5% | - |
| HSV(B) | 36.92º | 0.1% | 0.52% | - |
| XYZ | 20.78 | 21.78 | 20.88 | - |
| YUV | 128.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 120 | 0 | 0.04 | 0.10 | 0.48 | 36.92 | 0.05 | 0.5 |
| Hex | 85 | 80 | 78 | 0 | 4 | A | 30 | 25 | 5 | 32 |
| Octal | 205 | 200 | 170 | 0 | 4 | 12 | 60 | 45 | 5 | 62 |
| Binary | 10000101 | 10000000 | 1111000 | 0 | 100 | 1010 | 110000 | 100101 | 101 | 110010 |
Color Harmonies of #858078
Complementary color
Monochromatic Colors of #858078
Black with #858078
Text Example
Text Example
White with #858078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858078; }
p { color: rgb(133,128,120); }
H1.HeaderClassName
{
color: #858078;
}
.AnyTagClassName
{
color: #858078;
}
</style>
background-color css
<style>
a { background-color: #858078; }
a { background-color: rgb(133,128,120); }
div.DivClassName
{
background-color: #858078;
}
.BgClassName
{
background-color: #858078;
}
</style>
border-color css
<style>
span { border-color: #858078; }
span { border-color: rgb(133,128,120); }
td.TdClassName
{
border-color: #858078;
}
.TagClassName
{
border-color: #858078;
}
</style>