Shades of Venus #8B767B
Tints of Venus #8B767B
RGB
CMYK
RGB Variations
Color information
#8B767B (or 0x8B767B) is known color: Venus. HEX triplet: 8B, 76 and 7B. RGB value is (139,118,123). Sum of RGB (Red+Green+Blue) = 139+118+123=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B767B is #748984. Grayscale: #7C7C7C. Windows color (decimal): -7637381 or 8091275. OLE color: 8091275.
HSL color Cylindrical-coordinate representation of color #8B767B: hue angle of 345.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B767B is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 123 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.45 |
| HSL | 345.71º | 0.08% | 0.5% | - |
| HSV(B) | 345.71º | 0.15% | 0.55% | - |
| XYZ | 20.7 | 19.88 | 21.48 | - |
| YUV | 124.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 123 | 0 | 0.15 | 0.12 | 0.45 | 345.71 | 0.08 | 0.5 |
| Hex | 8B | 76 | 7B | 0 | F | C | 2D | 15A | 8 | 32 |
| Octal | 213 | 166 | 173 | 0 | 17 | 14 | 55 | 532 | 10 | 62 |
| Binary | 10001011 | 1110110 | 1111011 | 0 | 1111 | 1100 | 101101 | 101011010 | 1000 | 110010 |
Color Harmonies of #8B767B
Complementary color
Monochromatic Colors of #8B767B
Black with #8B767B
Text Example
Text Example
White with #8B767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B767B; }
p { color: rgb(139,118,123); }
H1.HeaderClassName
{
color: #8B767B;
}
.AnyTagClassName
{
color: #8B767B;
}
</style>
background-color css
<style>
a { background-color: #8B767B; }
a { background-color: rgb(139,118,123); }
div.DivClassName
{
background-color: #8B767B;
}
.BgClassName
{
background-color: #8B767B;
}
</style>
border-color css
<style>
span { border-color: #8B767B; }
span { border-color: rgb(139,118,123); }
td.TdClassName
{
border-color: #8B767B;
}
.TagClassName
{
border-color: #8B767B;
}
</style>