Shades of Concord #84827F
Tints of Concord #84827F
RGB
CMYK
RGB Variations
Color information
#84827F (or 0x84827F) is known color: Concord. HEX triplet: 84, 82 and 7F. RGB value is (132,130,127). Sum of RGB (Red+Green+Blue) = 132+130+127=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 132 - color contains mainly: red. Hex color #84827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84827F is #7B7D80. Grayscale: #828282. Windows color (decimal): -8093057 or 8356484. OLE color: 8356484.
HSL color Cylindrical-coordinate representation of color #84827F: hue angle of 36º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #84827F is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 127 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.48 |
| HSL | 36º | 0.02% | 0.51% | - |
| HSV(B) | 36º | 0.04% | 0.52% | - |
| XYZ | 21.33 | 22.4 | 23.28 | - |
| YUV | 130.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 127 | 0 | 0.02 | 0.04 | 0.48 | 36 | 0.02 | 0.51 |
| Hex | 84 | 82 | 7F | 0 | 2 | 4 | 30 | 24 | 2 | 33 |
| Octal | 204 | 202 | 177 | 0 | 2 | 4 | 60 | 44 | 2 | 63 |
| Binary | 10000100 | 10000010 | 1111111 | 0 | 10 | 100 | 110000 | 100100 | 10 | 110011 |
Color Harmonies of #84827F
Complementary color
Monochromatic Colors of #84827F
Black with #84827F
Text Example
Text Example
White with #84827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84827F; }
p { color: rgb(132,130,127); }
H1.HeaderClassName
{
color: #84827F;
}
.AnyTagClassName
{
color: #84827F;
}
</style>
background-color css
<style>
a { background-color: #84827F; }
a { background-color: rgb(132,130,127); }
div.DivClassName
{
background-color: #84827F;
}
.BgClassName
{
background-color: #84827F;
}
</style>
border-color css
<style>
span { border-color: #84827F; }
span { border-color: rgb(132,130,127); }
td.TdClassName
{
border-color: #84827F;
}
.TagClassName
{
border-color: #84827F;
}
</style>