Shades of Venus #8B797E
Tints of Venus #8B797E
RGB
CMYK
RGB Variations
Color information
#8B797E (or 0x8B797E) is known color: Venus. HEX triplet: 8B, 79 and 7E. RGB value is (139,121,126). Sum of RGB (Red+Green+Blue) = 139+121+126=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797E is #748681. Grayscale: #7E7E7E. Windows color (decimal): -7636610 or 8288651. OLE color: 8288651.
HSL color Cylindrical-coordinate representation of color #8B797E: hue angle of 343.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 #8B797E is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 126 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.45 |
| HSL | 343.33º | 0.07% | 0.51% | - |
| HSV(B) | 343.33º | 0.13% | 0.55% | - |
| XYZ | 21.25 | 20.67 | 22.61 | - |
| YUV | 126.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 126 | 0 | 0.13 | 0.09 | 0.45 | 343.33 | 0.07 | 0.51 |
| Hex | 8B | 79 | 7E | 0 | D | 9 | 2D | 157 | 7 | 33 |
| Octal | 213 | 171 | 176 | 0 | 15 | 11 | 55 | 527 | 7 | 63 |
| Binary | 10001011 | 1111001 | 1111110 | 0 | 1101 | 1001 | 101101 | 101010111 | 111 | 110011 |
Color Harmonies of #8B797E
Complementary color
Monochromatic Colors of #8B797E
Black with #8B797E
Text Example
Text Example
White with #8B797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B797E; }
p { color: rgb(139,121,126); }
H1.HeaderClassName
{
color: #8B797E;
}
.AnyTagClassName
{
color: #8B797E;
}
</style>
background-color css
<style>
a { background-color: #8B797E; }
a { background-color: rgb(139,121,126); }
div.DivClassName
{
background-color: #8B797E;
}
.BgClassName
{
background-color: #8B797E;
}
</style>
border-color css
<style>
span { border-color: #8B797E; }
span { border-color: rgb(139,121,126); }
td.TdClassName
{
border-color: #8B797E;
}
.TagClassName
{
border-color: #8B797E;
}
</style>