Shades of Concord #817E76
Tints of Concord #817E76
RGB
CMYK
RGB Variations
Color information
#817E76 (or 0x817E76) is known color: Concord. HEX triplet: 81, 7E and 76. RGB value is (129,126,118). Sum of RGB (Red+Green+Blue) = 129+126+118=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 129 - color contains mainly: red. Hex color #817E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817E76 is #7E8189. Grayscale: #7E7E7E. Windows color (decimal): -8290698 or 7765633. OLE color: 7765633.
HSL color Cylindrical-coordinate representation of color #817E76: hue angle of 43.64º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817E76 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 118 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.49 |
| HSL | 43.64º | 0.04% | 0.48% | - |
| HSV(B) | 43.64º | 0.09% | 0.51% | - |
| XYZ | 19.78 | 20.9 | 20.13 | - |
| YUV | 125.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 118 | 0 | 0.02 | 0.09 | 0.49 | 43.64 | 0.04 | 0.48 |
| Hex | 81 | 7E | 76 | 0 | 2 | 9 | 31 | 2C | 4 | 30 |
| Octal | 201 | 176 | 166 | 0 | 2 | 11 | 61 | 54 | 4 | 60 |
| Binary | 10000001 | 1111110 | 1110110 | 0 | 10 | 1001 | 110001 | 101100 | 100 | 110000 |
Color Harmonies of #817E76
Complementary color
Monochromatic Colors of #817E76
Black with #817E76
Text Example
Text Example
White with #817E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E76; }
p { color: rgb(129,126,118); }
H1.HeaderClassName
{
color: #817E76;
}
.AnyTagClassName
{
color: #817E76;
}
</style>
background-color css
<style>
a { background-color: #817E76; }
a { background-color: rgb(129,126,118); }
div.DivClassName
{
background-color: #817E76;
}
.BgClassName
{
background-color: #817E76;
}
</style>
border-color css
<style>
span { border-color: #817E76; }
span { border-color: rgb(129,126,118); }
td.TdClassName
{
border-color: #817E76;
}
.TagClassName
{
border-color: #817E76;
}
</style>