Shades of Venus #8B777D
Tints of Venus #8B777D
RGB
CMYK
RGB Variations
Color information
#8B777D (or 0x8B777D) is known color: Venus. HEX triplet: 8B, 77 and 7D. RGB value is (139,119,125). Sum of RGB (Red+Green+Blue) = 139+119+125=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B777D is #748882. Grayscale: #7D7D7D. Windows color (decimal): -7637123 or 8222603. OLE color: 8222603.
HSL color Cylindrical-coordinate representation of color #8B777D: hue angle of 342º 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 #8B777D is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 125 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.45 |
| HSL | 342º | 0.08% | 0.51% | - |
| HSV(B) | 342º | 0.14% | 0.55% | - |
| XYZ | 20.95 | 20.16 | 22.19 | - |
| YUV | 125.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 125 | 0 | 0.14 | 0.10 | 0.45 | 342 | 0.08 | 0.51 |
| Hex | 8B | 77 | 7D | 0 | E | A | 2D | 156 | 8 | 33 |
| Octal | 213 | 167 | 175 | 0 | 16 | 12 | 55 | 526 | 10 | 63 |
| Binary | 10001011 | 1110111 | 1111101 | 0 | 1110 | 1010 | 101101 | 101010110 | 1000 | 110011 |
Color Harmonies of #8B777D
Complementary color
Monochromatic Colors of #8B777D
Black with #8B777D
Text Example
Text Example
White with #8B777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B777D; }
p { color: rgb(139,119,125); }
H1.HeaderClassName
{
color: #8B777D;
}
.AnyTagClassName
{
color: #8B777D;
}
</style>
background-color css
<style>
a { background-color: #8B777D; }
a { background-color: rgb(139,119,125); }
div.DivClassName
{
background-color: #8B777D;
}
.BgClassName
{
background-color: #8B777D;
}
</style>
border-color css
<style>
span { border-color: #8B777D; }
span { border-color: rgb(139,119,125); }
td.TdClassName
{
border-color: #8B777D;
}
.TagClassName
{
border-color: #8B777D;
}
</style>