Shades of Concord #84807B
Tints of Concord #84807B
RGB
CMYK
RGB Variations
Color information
#84807B (or 0x84807B) is known color: Concord. HEX triplet: 84, 80 and 7B. RGB value is (132,128,123). Sum of RGB (Red+Green+Blue) = 132+128+123=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #84807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84807B is #7B7F84. Grayscale: #808080. Windows color (decimal): -8093573 or 8093828. OLE color: 8093828.
HSL color Cylindrical-coordinate representation of color #84807B: hue angle of 33.33º 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 #84807B is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 123 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.48 |
| HSL | 33.33º | 0.04% | 0.5% | - |
| HSV(B) | 33.33º | 0.07% | 0.52% | - |
| XYZ | 20.81 | 21.77 | 21.84 | - |
| YUV | 128.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 123 | 0 | 0.03 | 0.07 | 0.48 | 33.33 | 0.04 | 0.5 |
| Hex | 84 | 80 | 7B | 0 | 3 | 7 | 30 | 21 | 4 | 32 |
| Octal | 204 | 200 | 173 | 0 | 3 | 7 | 60 | 41 | 4 | 62 |
| Binary | 10000100 | 10000000 | 1111011 | 0 | 11 | 111 | 110000 | 100001 | 100 | 110010 |
Color Harmonies of #84807B
Complementary color
Monochromatic Colors of #84807B
Black with #84807B
Text Example
Text Example
White with #84807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84807B; }
p { color: rgb(132,128,123); }
H1.HeaderClassName
{
color: #84807B;
}
.AnyTagClassName
{
color: #84807B;
}
</style>
background-color css
<style>
a { background-color: #84807B; }
a { background-color: rgb(132,128,123); }
div.DivClassName
{
background-color: #84807B;
}
.BgClassName
{
background-color: #84807B;
}
</style>
border-color css
<style>
span { border-color: #84807B; }
span { border-color: rgb(132,128,123); }
td.TdClassName
{
border-color: #84807B;
}
.TagClassName
{
border-color: #84807B;
}
</style>