Shades of Venus #8B777B
Tints of Venus #8B777B
RGB
CMYK
RGB Variations
Color information
#8B777B (or 0x8B777B) is known color: Venus. HEX triplet: 8B, 77 and 7B. RGB value is (139,119,123). Sum of RGB (Red+Green+Blue) = 139+119+123=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B777B is #748884. Grayscale: #7D7D7D. Windows color (decimal): -7637125 or 8091531. OLE color: 8091531.
HSL color Cylindrical-coordinate representation of color #8B777B: hue angle of 348º 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 #8B777B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 123 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.45 |
| HSL | 348º | 0.08% | 0.51% | - |
| HSV(B) | 348º | 0.14% | 0.55% | - |
| XYZ | 20.82 | 20.11 | 21.52 | - |
| YUV | 125.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 123 | 0 | 0.14 | 0.12 | 0.45 | 348 | 0.08 | 0.51 |
| Hex | 8B | 77 | 7B | 0 | E | C | 2D | 15C | 8 | 33 |
| Octal | 213 | 167 | 173 | 0 | 16 | 14 | 55 | 534 | 10 | 63 |
| Binary | 10001011 | 1110111 | 1111011 | 0 | 1110 | 1100 | 101101 | 101011100 | 1000 | 110011 |
Color Harmonies of #8B777B
Complementary color
Monochromatic Colors of #8B777B
Black with #8B777B
Text Example
Text Example
White with #8B777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B777B; }
p { color: rgb(139,119,123); }
H1.HeaderClassName
{
color: #8B777B;
}
.AnyTagClassName
{
color: #8B777B;
}
</style>
background-color css
<style>
a { background-color: #8B777B; }
a { background-color: rgb(139,119,123); }
div.DivClassName
{
background-color: #8B777B;
}
.BgClassName
{
background-color: #8B777B;
}
</style>
border-color css
<style>
span { border-color: #8B777B; }
span { border-color: rgb(139,119,123); }
td.TdClassName
{
border-color: #8B777B;
}
.TagClassName
{
border-color: #8B777B;
}
</style>