Shades of Venus #8B777F
Tints of Venus #8B777F
RGB
CMYK
RGB Variations
Color information
#8B777F (or 0x8B777F) is known color: Venus. HEX triplet: 8B, 77 and 7F. RGB value is (139,119,127). Sum of RGB (Red+Green+Blue) = 139+119+127=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B777F is #748880. Grayscale: #7D7D7D. Windows color (decimal): -7637121 or 8353675. OLE color: 8353675.
HSL color Cylindrical-coordinate representation of color #8B777F: hue angle of 336º 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 #8B777F is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 127 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.45 |
| HSL | 336º | 0.08% | 0.51% | - |
| HSV(B) | 336º | 0.14% | 0.55% | - |
| XYZ | 21.08 | 20.21 | 22.87 | - |
| YUV | 125.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 127 | 0 | 0.14 | 0.09 | 0.45 | 336 | 0.08 | 0.51 |
| Hex | 8B | 77 | 7F | 0 | E | 9 | 2D | 150 | 8 | 33 |
| Octal | 213 | 167 | 177 | 0 | 16 | 11 | 55 | 520 | 10 | 63 |
| Binary | 10001011 | 1110111 | 1111111 | 0 | 1110 | 1001 | 101101 | 101010000 | 1000 | 110011 |
Color Harmonies of #8B777F
Complementary color
Monochromatic Colors of #8B777F
Black with #8B777F
Text Example
Text Example
White with #8B777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B777F; }
p { color: rgb(139,119,127); }
H1.HeaderClassName
{
color: #8B777F;
}
.AnyTagClassName
{
color: #8B777F;
}
</style>
background-color css
<style>
a { background-color: #8B777F; }
a { background-color: rgb(139,119,127); }
div.DivClassName
{
background-color: #8B777F;
}
.BgClassName
{
background-color: #8B777F;
}
</style>
border-color css
<style>
span { border-color: #8B777F; }
span { border-color: rgb(139,119,127); }
td.TdClassName
{
border-color: #8B777F;
}
.TagClassName
{
border-color: #8B777F;
}
</style>