Shades of Venus #8B717B
Tints of Venus #8B717B
RGB
CMYK
RGB Variations
Color information
#8B717B (or 0x8B717B) is known color: Venus. HEX triplet: 8B, 71 and 7B. RGB value is (139,113,123). Sum of RGB (Red+Green+Blue) = 139+113+123=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 139 - color contains mainly: red. Hex color #8B717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B717B is #748E84. Grayscale: #797979. Windows color (decimal): -7638661 or 8089995. OLE color: 8089995.
HSL color Cylindrical-coordinate representation of color #8B717B: hue angle of 336.92º 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 #8B717B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 123 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.45 |
| HSL | 336.92º | 0.1% | 0.49% | - |
| HSV(B) | 336.92º | 0.19% | 0.55% | - |
| XYZ | 20.13 | 18.73 | 21.29 | - |
| YUV | 121.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 123 | 0 | 0.19 | 0.12 | 0.45 | 336.92 | 0.1 | 0.49 |
| Hex | 8B | 71 | 7B | 0 | 13 | C | 2D | 151 | A | 31 |
| Octal | 213 | 161 | 173 | 0 | 23 | 14 | 55 | 521 | 12 | 61 |
| Binary | 10001011 | 1110001 | 1111011 | 0 | 10011 | 1100 | 101101 | 101010001 | 1010 | 110001 |
Color Harmonies of #8B717B
Complementary color
Monochromatic Colors of #8B717B
Black with #8B717B
Text Example
Text Example
White with #8B717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B717B; }
p { color: rgb(139,113,123); }
H1.HeaderClassName
{
color: #8B717B;
}
.AnyTagClassName
{
color: #8B717B;
}
</style>
background-color css
<style>
a { background-color: #8B717B; }
a { background-color: rgb(139,113,123); }
div.DivClassName
{
background-color: #8B717B;
}
.BgClassName
{
background-color: #8B717B;
}
</style>
border-color css
<style>
span { border-color: #8B717B; }
span { border-color: rgb(139,113,123); }
td.TdClassName
{
border-color: #8B717B;
}
.TagClassName
{
border-color: #8B717B;
}
</style>