Shades of Taupe Grey #8B798A
Tints of Taupe Grey #8B798A
RGB
CMYK
RGB Variations
Color information
#8B798A (or 0x8B798A) is known color: Taupe Grey. HEX triplet: 8B, 79 and 8A. RGB value is (139,121,138). Sum of RGB (Red+Green+Blue) = 139+121+138=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B798A is #748675. Grayscale: #808080. Windows color (decimal): -7636598 or 9075083. OLE color: 9075083.
HSL color Cylindrical-coordinate representation of color #8B798A: hue angle of 303.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B798A is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 138 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.45 |
| HSL | 303.33º | 0.07% | 0.51% | - |
| HSV(B) | 303.33º | 0.13% | 0.55% | - |
| XYZ | 22.07 | 21 | 26.93 | - |
| YUV | 128.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 138 | 0 | 0.13 | 0.01 | 0.45 | 303.33 | 0.07 | 0.51 |
| Hex | 8B | 79 | 8A | 0 | D | 1 | 2D | 12F | 7 | 33 |
| Octal | 213 | 171 | 212 | 0 | 15 | 1 | 55 | 457 | 7 | 63 |
| Binary | 10001011 | 1111001 | 10001010 | 0 | 1101 | 1 | 101101 | 100101111 | 111 | 110011 |
Color Harmonies of #8B798A
Complementary color
Monochromatic Colors of #8B798A
Black with #8B798A
Text Example
Text Example
White with #8B798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B798A; }
p { color: rgb(139,121,138); }
H1.HeaderClassName
{
color: #8B798A;
}
.AnyTagClassName
{
color: #8B798A;
}
</style>
background-color css
<style>
a { background-color: #8B798A; }
a { background-color: rgb(139,121,138); }
div.DivClassName
{
background-color: #8B798A;
}
.BgClassName
{
background-color: #8B798A;
}
</style>
border-color css
<style>
span { border-color: #8B798A; }
span { border-color: rgb(139,121,138); }
td.TdClassName
{
border-color: #8B798A;
}
.TagClassName
{
border-color: #8B798A;
}
</style>