Shades of Concord #84817A
Tints of Concord #84817A
RGB
CMYK
RGB Variations
Color information
#84817A (or 0x84817A) is known color: Concord. HEX triplet: 84, 81 and 7A. RGB value is (132,129,122). Sum of RGB (Red+Green+Blue) = 132+129+122=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #84817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817A is #7B7E85. Grayscale: #818181. Windows color (decimal): -8093318 or 8028548. OLE color: 8028548.
HSL color Cylindrical-coordinate representation of color #84817A: hue angle of 42º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84817A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 122 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.48 |
| HSL | 42º | 0.04% | 0.5% | - |
| HSV(B) | 42º | 0.08% | 0.52% | - |
| XYZ | 20.88 | 22.01 | 21.56 | - |
| YUV | 129.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 122 | 0 | 0.02 | 0.08 | 0.48 | 42 | 0.04 | 0.5 |
| Hex | 84 | 81 | 7A | 0 | 2 | 8 | 30 | 2A | 4 | 32 |
| Octal | 204 | 201 | 172 | 0 | 2 | 10 | 60 | 52 | 4 | 62 |
| Binary | 10000100 | 10000001 | 1111010 | 0 | 10 | 1000 | 110000 | 101010 | 100 | 110010 |
Color Harmonies of #84817A
Complementary color
Monochromatic Colors of #84817A
Black with #84817A
Text Example
Text Example
White with #84817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84817A; }
p { color: rgb(132,129,122); }
H1.HeaderClassName
{
color: #84817A;
}
.AnyTagClassName
{
color: #84817A;
}
</style>
background-color css
<style>
a { background-color: #84817A; }
a { background-color: rgb(132,129,122); }
div.DivClassName
{
background-color: #84817A;
}
.BgClassName
{
background-color: #84817A;
}
</style>
border-color css
<style>
span { border-color: #84817A; }
span { border-color: rgb(132,129,122); }
td.TdClassName
{
border-color: #84817A;
}
.TagClassName
{
border-color: #84817A;
}
</style>