Shades of Venus #8B797D
Tints of Venus #8B797D
RGB
CMYK
RGB Variations
Color information
#8B797D (or 0x8B797D) is known color: Venus. HEX triplet: 8B, 79 and 7D. RGB value is (139,121,125). Sum of RGB (Red+Green+Blue) = 139+121+125=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B797D is #748682. Grayscale: #7E7E7E. Windows color (decimal): -7636611 or 8223115. OLE color: 8223115.
HSL color Cylindrical-coordinate representation of color #8B797D: hue angle of 346.67º 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 #8B797D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 121 | 125 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.45 |
| HSL | 346.67º | 0.07% | 0.51% | - |
| HSV(B) | 346.67º | 0.13% | 0.55% | - |
| XYZ | 21.19 | 20.64 | 22.27 | - |
| YUV | 126.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 125 | 0 | 0.13 | 0.10 | 0.45 | 346.67 | 0.07 | 0.51 |
| Hex | 8B | 79 | 7D | 0 | D | A | 2D | 15B | 7 | 33 |
| Octal | 213 | 171 | 175 | 0 | 15 | 12 | 55 | 533 | 7 | 63 |
| Binary | 10001011 | 1111001 | 1111101 | 0 | 1101 | 1010 | 101101 | 101011011 | 111 | 110011 |
Color Harmonies of #8B797D
Complementary color
Monochromatic Colors of #8B797D
Black with #8B797D
Text Example
Text Example
White with #8B797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B797D; }
p { color: rgb(139,121,125); }
H1.HeaderClassName
{
color: #8B797D;
}
.AnyTagClassName
{
color: #8B797D;
}
</style>
background-color css
<style>
a { background-color: #8B797D; }
a { background-color: rgb(139,121,125); }
div.DivClassName
{
background-color: #8B797D;
}
.BgClassName
{
background-color: #8B797D;
}
</style>
border-color css
<style>
span { border-color: #8B797D; }
span { border-color: rgb(139,121,125); }
td.TdClassName
{
border-color: #8B797D;
}
.TagClassName
{
border-color: #8B797D;
}
</style>