Shades of Venus #8B797F
Tints of Venus #8B797F
RGB
CMYK
RGB Variations
Color information
#8B797F (or 0x8B797F) is known color: Venus. HEX triplet: 8B, 79 and 7F. RGB value is (139,121,127). Sum of RGB (Red+Green+Blue) = 139+121+127=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797F is #748680. Grayscale: #7F7F7F. Windows color (decimal): -7636609 or 8354187. OLE color: 8354187.
HSL color Cylindrical-coordinate representation of color #8B797F: hue angle of 340º 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 #8B797F is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 127 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.45 |
| HSL | 340º | 0.07% | 0.51% | - |
| HSV(B) | 340º | 0.13% | 0.55% | - |
| XYZ | 21.32 | 20.7 | 22.95 | - |
| YUV | 127.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 127 | 0 | 0.13 | 0.09 | 0.45 | 340 | 0.07 | 0.51 |
| Hex | 8B | 79 | 7F | 0 | D | 9 | 2D | 154 | 7 | 33 |
| Octal | 213 | 171 | 177 | 0 | 15 | 11 | 55 | 524 | 7 | 63 |
| Binary | 10001011 | 1111001 | 1111111 | 0 | 1101 | 1001 | 101101 | 101010100 | 111 | 110011 |
Color Harmonies of #8B797F
Complementary color
Monochromatic Colors of #8B797F
Black with #8B797F
Text Example
Text Example
White with #8B797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B797F; }
p { color: rgb(139,121,127); }
H1.HeaderClassName
{
color: #8B797F;
}
.AnyTagClassName
{
color: #8B797F;
}
</style>
background-color css
<style>
a { background-color: #8B797F; }
a { background-color: rgb(139,121,127); }
div.DivClassName
{
background-color: #8B797F;
}
.BgClassName
{
background-color: #8B797F;
}
</style>
border-color css
<style>
span { border-color: #8B797F; }
span { border-color: rgb(139,121,127); }
td.TdClassName
{
border-color: #8B797F;
}
.TagClassName
{
border-color: #8B797F;
}
</style>