Shades of Venus #8B787F
Tints of Venus #8B787F
RGB
CMYK
RGB Variations
Color information
#8B787F (or 0x8B787F) is known color: Venus. HEX triplet: 8B, 78 and 7F. RGB value is (139,120,127). Sum of RGB (Red+Green+Blue) = 139+120+127=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 139 - color contains mainly: red. Hex color #8B787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B787F is #748780. Grayscale: #7E7E7E. Windows color (decimal): -7636865 or 8353931. OLE color: 8353931.
HSL color Cylindrical-coordinate representation of color #8B787F: hue angle of 337.89º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B787F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 127 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.45 |
| HSL | 337.89º | 0.08% | 0.51% | - |
| HSV(B) | 337.89º | 0.14% | 0.55% | - |
| XYZ | 21.19 | 20.45 | 22.91 | - |
| YUV | 126.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 127 | 0 | 0.14 | 0.09 | 0.45 | 337.89 | 0.08 | 0.51 |
| Hex | 8B | 78 | 7F | 0 | E | 9 | 2D | 152 | 8 | 33 |
| Octal | 213 | 170 | 177 | 0 | 16 | 11 | 55 | 522 | 10 | 63 |
| Binary | 10001011 | 1111000 | 1111111 | 0 | 1110 | 1001 | 101101 | 101010010 | 1000 | 110011 |
Color Harmonies of #8B787F
Complementary color
Monochromatic Colors of #8B787F
Black with #8B787F
Text Example
Text Example
White with #8B787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B787F; }
p { color: rgb(139,120,127); }
H1.HeaderClassName
{
color: #8B787F;
}
.AnyTagClassName
{
color: #8B787F;
}
</style>
background-color css
<style>
a { background-color: #8B787F; }
a { background-color: rgb(139,120,127); }
div.DivClassName
{
background-color: #8B787F;
}
.BgClassName
{
background-color: #8B787F;
}
</style>
border-color css
<style>
span { border-color: #8B787F; }
span { border-color: rgb(139,120,127); }
td.TdClassName
{
border-color: #8B787F;
}
.TagClassName
{
border-color: #8B787F;
}
</style>