Shades of Concord #847F77
Tints of Concord #847F77
RGB
CMYK
RGB Variations
Color information
#847F77 (or 0x847F77) is known color: Concord. HEX triplet: 84, 7F and 77. RGB value is (132,127,119). Sum of RGB (Red+Green+Blue) = 132+127+119=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #847F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F77 is #7B8088. Grayscale: #7F7F7F. Windows color (decimal): -8093833 or 7831428. OLE color: 7831428.
HSL color Cylindrical-coordinate representation of color #847F77: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #847F77 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 119 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.48 |
| HSL | 36.92º | 0.05% | 0.49% | - |
| HSV(B) | 36.92º | 0.1% | 0.52% | - |
| XYZ | 20.43 | 21.42 | 20.51 | - |
| YUV | 127.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 119 | 0 | 0.04 | 0.10 | 0.48 | 36.92 | 0.05 | 0.49 |
| Hex | 84 | 7F | 77 | 0 | 4 | A | 30 | 25 | 5 | 31 |
| Octal | 204 | 177 | 167 | 0 | 4 | 12 | 60 | 45 | 5 | 61 |
| Binary | 10000100 | 1111111 | 1110111 | 0 | 100 | 1010 | 110000 | 100101 | 101 | 110001 |
Color Harmonies of #847F77
Complementary color
Monochromatic Colors of #847F77
Black with #847F77
Text Example
Text Example
White with #847F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F77; }
p { color: rgb(132,127,119); }
H1.HeaderClassName
{
color: #847F77;
}
.AnyTagClassName
{
color: #847F77;
}
</style>
background-color css
<style>
a { background-color: #847F77; }
a { background-color: rgb(132,127,119); }
div.DivClassName
{
background-color: #847F77;
}
.BgClassName
{
background-color: #847F77;
}
</style>
border-color css
<style>
span { border-color: #847F77; }
span { border-color: rgb(132,127,119); }
td.TdClassName
{
border-color: #847F77;
}
.TagClassName
{
border-color: #847F77;
}
</style>