Shades of Concord #85827C
Tints of Concord #85827C
RGB
CMYK
RGB Variations
Color information
#85827C (or 0x85827C) is known color: Concord. HEX triplet: 85, 82 and 7C. RGB value is (133,130,124). Sum of RGB (Red+Green+Blue) = 133+130+124=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #85827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827C is #7A7D83. Grayscale: #828282. Windows color (decimal): -8027524 or 8159877. OLE color: 8159877.
HSL color Cylindrical-coordinate representation of color #85827C: hue angle of 40º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #85827C is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 124 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.48 |
| HSL | 40º | 0.04% | 0.5% | - |
| HSV(B) | 40º | 0.07% | 0.52% | - |
| XYZ | 21.29 | 22.41 | 22.27 | - |
| YUV | 130.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 124 | 0 | 0.02 | 0.07 | 0.48 | 40 | 0.04 | 0.5 |
| Hex | 85 | 82 | 7C | 0 | 2 | 7 | 30 | 28 | 4 | 32 |
| Octal | 205 | 202 | 174 | 0 | 2 | 7 | 60 | 50 | 4 | 62 |
| Binary | 10000101 | 10000010 | 1111100 | 0 | 10 | 111 | 110000 | 101000 | 100 | 110010 |
Color Harmonies of #85827C
Complementary color
Monochromatic Colors of #85827C
Black with #85827C
Text Example
Text Example
White with #85827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85827C; }
p { color: rgb(133,130,124); }
H1.HeaderClassName
{
color: #85827C;
}
.AnyTagClassName
{
color: #85827C;
}
</style>
background-color css
<style>
a { background-color: #85827C; }
a { background-color: rgb(133,130,124); }
div.DivClassName
{
background-color: #85827C;
}
.BgClassName
{
background-color: #85827C;
}
</style>
border-color css
<style>
span { border-color: #85827C; }
span { border-color: rgb(133,130,124); }
td.TdClassName
{
border-color: #85827C;
}
.TagClassName
{
border-color: #85827C;
}
</style>