Shades of Taupe Grey #8B7B8A
Tints of Taupe Grey #8B7B8A
RGB
CMYK
RGB Variations
Color information
#8B7B8A (or 0x8B7B8A) is known color: Taupe Grey. HEX triplet: 8B, 7B and 8A. RGB value is (139,123,138). Sum of RGB (Red+Green+Blue) = 139+123+138=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7B8A is #748475. Grayscale: #818181. Windows color (decimal): -7636086 or 9075595. OLE color: 9075595.
HSL color Cylindrical-coordinate representation of color #8B7B8A: hue angle of 303.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B7B8A is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 123 | 138 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.45 |
| HSL | 303.75º | 0.06% | 0.51% | - |
| HSV(B) | 303.75º | 0.12% | 0.55% | - |
| XYZ | 22.32 | 21.49 | 27.02 | - |
| YUV | 129.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 138 | 0 | 0.12 | 0.01 | 0.45 | 303.75 | 0.06 | 0.51 |
| Hex | 8B | 7B | 8A | 0 | C | 1 | 2D | 130 | 6 | 33 |
| Octal | 213 | 173 | 212 | 0 | 14 | 1 | 55 | 460 | 6 | 63 |
| Binary | 10001011 | 1111011 | 10001010 | 0 | 1100 | 1 | 101101 | 100110000 | 110 | 110011 |
Color Harmonies of #8B7B8A
Complementary color
Monochromatic Colors of #8B7B8A
Black with #8B7B8A
Text Example
Text Example
White with #8B7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7B8A; }
p { color: rgb(139,123,138); }
H1.HeaderClassName
{
color: #8B7B8A;
}
.AnyTagClassName
{
color: #8B7B8A;
}
</style>
background-color css
<style>
a { background-color: #8B7B8A; }
a { background-color: rgb(139,123,138); }
div.DivClassName
{
background-color: #8B7B8A;
}
.BgClassName
{
background-color: #8B7B8A;
}
</style>
border-color css
<style>
span { border-color: #8B7B8A; }
span { border-color: rgb(139,123,138); }
td.TdClassName
{
border-color: #8B7B8A;
}
.TagClassName
{
border-color: #8B7B8A;
}
</style>