Shades of Venus #8B717A
Tints of Venus #8B717A
RGB
CMYK
RGB Variations
Color information
#8B717A (or 0x8B717A) is known color: Venus. HEX triplet: 8B, 71 and 7A. RGB value is (139,113,122). Sum of RGB (Red+Green+Blue) = 139+113+122=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B717A is #748E85. Grayscale: #797979. Windows color (decimal): -7638662 or 8024459. OLE color: 8024459.
HSL color Cylindrical-coordinate representation of color #8B717A: hue angle of 339.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B717A is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 122 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.45 |
| HSL | 339.23º | 0.1% | 0.49% | - |
| HSV(B) | 339.23º | 0.19% | 0.55% | - |
| XYZ | 20.07 | 18.7 | 20.97 | - |
| YUV | 121.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 122 | 0 | 0.19 | 0.12 | 0.45 | 339.23 | 0.1 | 0.49 |
| Hex | 8B | 71 | 7A | 0 | 13 | C | 2D | 153 | A | 31 |
| Octal | 213 | 161 | 172 | 0 | 23 | 14 | 55 | 523 | 12 | 61 |
| Binary | 10001011 | 1110001 | 1111010 | 0 | 10011 | 1100 | 101101 | 101010011 | 1010 | 110001 |
Color Harmonies of #8B717A
Complementary color
Monochromatic Colors of #8B717A
Black with #8B717A
Text Example
Text Example
White with #8B717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B717A; }
p { color: rgb(139,113,122); }
H1.HeaderClassName
{
color: #8B717A;
}
.AnyTagClassName
{
color: #8B717A;
}
</style>
background-color css
<style>
a { background-color: #8B717A; }
a { background-color: rgb(139,113,122); }
div.DivClassName
{
background-color: #8B717A;
}
.BgClassName
{
background-color: #8B717A;
}
</style>
border-color css
<style>
span { border-color: #8B717A; }
span { border-color: rgb(139,113,122); }
td.TdClassName
{
border-color: #8B717A;
}
.TagClassName
{
border-color: #8B717A;
}
</style>