Shades of Grey #867B7A
Tints of Grey #867B7A
RGB
CMYK
RGB Variations
Color information
#867B7A (or 0x867B7A) is known color: Grey. HEX triplet: 86, 7B and 7A. RGB value is (134,123,122). Sum of RGB (Red+Green+Blue) = 134+123+122=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B7A is #798485. Grayscale: #7E7E7E. Windows color (decimal): -7963782 or 8027014. OLE color: 8027014.
HSL color Cylindrical-coordinate representation of color #867B7A: hue angle of 5º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #867B7A is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 122 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.47 |
| HSL | 5º | 0.05% | 0.5% | - |
| HSV(B) | 5º | 0.09% | 0.53% | - |
| XYZ | 20.43 | 20.64 | 21.32 | - |
| YUV | 126.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 122 | 0 | 0.08 | 0.09 | 0.47 | 5 | 0.05 | 0.5 |
| Hex | 86 | 7B | 7A | 0 | 8 | 9 | 2F | 5 | 5 | 32 |
| Octal | 206 | 173 | 172 | 0 | 10 | 11 | 57 | 5 | 5 | 62 |
| Binary | 10000110 | 1111011 | 1111010 | 0 | 1000 | 1001 | 101111 | 101 | 101 | 110010 |
Color Harmonies of #867B7A
Complementary color
Monochromatic Colors of #867B7A
Black with #867B7A
Text Example
Text Example
White with #867B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B7A; }
p { color: rgb(134,123,122); }
H1.HeaderClassName
{
color: #867B7A;
}
.AnyTagClassName
{
color: #867B7A;
}
</style>
background-color css
<style>
a { background-color: #867B7A; }
a { background-color: rgb(134,123,122); }
div.DivClassName
{
background-color: #867B7A;
}
.BgClassName
{
background-color: #867B7A;
}
</style>
border-color css
<style>
span { border-color: #867B7A; }
span { border-color: rgb(134,123,122); }
td.TdClassName
{
border-color: #867B7A;
}
.TagClassName
{
border-color: #867B7A;
}
</style>