Shades of Venus #8B797C
Tints of Venus #8B797C
RGB
CMYK
RGB Variations
Color information
#8B797C (or 0x8B797C) is known color: Venus. HEX triplet: 8B, 79 and 7C. RGB value is (139,121,124). Sum of RGB (Red+Green+Blue) = 139+121+124=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797C is #748683. Grayscale: #7E7E7E. Windows color (decimal): -7636612 or 8157579. OLE color: 8157579.
HSL color Cylindrical-coordinate representation of color #8B797C: hue angle of 350º 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 #8B797C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 124 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.45 |
| HSL | 350º | 0.07% | 0.51% | - |
| HSV(B) | 350º | 0.13% | 0.55% | - |
| XYZ | 21.12 | 20.62 | 21.94 | - |
| YUV | 126.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 124 | 0 | 0.13 | 0.11 | 0.45 | 350 | 0.07 | 0.51 |
| Hex | 8B | 79 | 7C | 0 | D | B | 2D | 15E | 7 | 33 |
| Octal | 213 | 171 | 174 | 0 | 15 | 13 | 55 | 536 | 7 | 63 |
| Binary | 10001011 | 1111001 | 1111100 | 0 | 1101 | 1011 | 101101 | 101011110 | 111 | 110011 |
Color Harmonies of #8B797C
Complementary color
Monochromatic Colors of #8B797C
Black with #8B797C
Text Example
Text Example
White with #8B797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B797C; }
p { color: rgb(139,121,124); }
H1.HeaderClassName
{
color: #8B797C;
}
.AnyTagClassName
{
color: #8B797C;
}
</style>
background-color css
<style>
a { background-color: #8B797C; }
a { background-color: rgb(139,121,124); }
div.DivClassName
{
background-color: #8B797C;
}
.BgClassName
{
background-color: #8B797C;
}
</style>
border-color css
<style>
span { border-color: #8B797C; }
span { border-color: rgb(139,121,124); }
td.TdClassName
{
border-color: #8B797C;
}
.TagClassName
{
border-color: #8B797C;
}
</style>