Shades of Concord #847F73
Tints of Concord #847F73
RGB
CMYK
RGB Variations
Color information
#847F73 (or 0x847F73) is known color: Concord. HEX triplet: 84, 7F and 73. RGB value is (132,127,115). Sum of RGB (Red+Green+Blue) = 132+127+115=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #847F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F73 is #7B808C. Grayscale: #7F7F7F. Windows color (decimal): -8093837 or 7569284. OLE color: 7569284.
HSL color Cylindrical-coordinate representation of color #847F73: hue angle of 42.35º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847F73 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 115 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.48 |
| HSL | 42.35º | 0.07% | 0.48% | - |
| HSV(B) | 42.35º | 0.13% | 0.52% | - |
| XYZ | 20.2 | 21.32 | 19.27 | - |
| YUV | 127.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 115 | 0 | 0.04 | 0.13 | 0.48 | 42.35 | 0.07 | 0.48 |
| Hex | 84 | 7F | 73 | 0 | 4 | D | 30 | 2A | 7 | 30 |
| Octal | 204 | 177 | 163 | 0 | 4 | 15 | 60 | 52 | 7 | 60 |
| Binary | 10000100 | 1111111 | 1110011 | 0 | 100 | 1101 | 110000 | 101010 | 111 | 110000 |
Color Harmonies of #847F73
Complementary color
Monochromatic Colors of #847F73
Black with #847F73
Text Example
Text Example
White with #847F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F73; }
p { color: rgb(132,127,115); }
H1.HeaderClassName
{
color: #847F73;
}
.AnyTagClassName
{
color: #847F73;
}
</style>
background-color css
<style>
a { background-color: #847F73; }
a { background-color: rgb(132,127,115); }
div.DivClassName
{
background-color: #847F73;
}
.BgClassName
{
background-color: #847F73;
}
</style>
border-color css
<style>
span { border-color: #847F73; }
span { border-color: rgb(132,127,115); }
td.TdClassName
{
border-color: #847F73;
}
.TagClassName
{
border-color: #847F73;
}
</style>