Shades of Concord #84817C
Tints of Concord #84817C
RGB
CMYK
RGB Variations
Color information
#84817C (or 0x84817C) is known color: Concord. HEX triplet: 84, 81 and 7C. RGB value is (132,129,124). Sum of RGB (Red+Green+Blue) = 132+129+124=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 132 - color contains mainly: red. Hex color #84817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817C is #7B7E83. Grayscale: #818181. Windows color (decimal): -8093316 or 8159620. OLE color: 8159620.
HSL color Cylindrical-coordinate representation of color #84817C: hue angle of 37.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84817C is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 124 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.48 |
| HSL | 37.5º | 0.03% | 0.5% | - |
| HSV(B) | 37.5º | 0.06% | 0.52% | - |
| XYZ | 21 | 22.06 | 22.22 | - |
| YUV | 129.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 124 | 0 | 0.02 | 0.06 | 0.48 | 37.5 | 0.03 | 0.5 |
| Hex | 84 | 81 | 7C | 0 | 2 | 6 | 30 | 26 | 3 | 32 |
| Octal | 204 | 201 | 174 | 0 | 2 | 6 | 60 | 46 | 3 | 62 |
| Binary | 10000100 | 10000001 | 1111100 | 0 | 10 | 110 | 110000 | 100110 | 11 | 110010 |
Color Harmonies of #84817C
Complementary color
Monochromatic Colors of #84817C
Black with #84817C
Text Example
Text Example
White with #84817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84817C; }
p { color: rgb(132,129,124); }
H1.HeaderClassName
{
color: #84817C;
}
.AnyTagClassName
{
color: #84817C;
}
</style>
background-color css
<style>
a { background-color: #84817C; }
a { background-color: rgb(132,129,124); }
div.DivClassName
{
background-color: #84817C;
}
.BgClassName
{
background-color: #84817C;
}
</style>
border-color css
<style>
span { border-color: #84817C; }
span { border-color: rgb(132,129,124); }
td.TdClassName
{
border-color: #84817C;
}
.TagClassName
{
border-color: #84817C;
}
</style>