Shades of Venus #8B6D78
Tints of Venus #8B6D78
RGB
CMYK
RGB Variations
Color information
#8B6D78 (or 0x8B6D78) is known color: Venus. HEX triplet: 8B, 6D and 78. RGB value is (139,109,120). Sum of RGB (Red+Green+Blue) = 139+109+120=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D78 is #749287. Grayscale: #777777. Windows color (decimal): -7639688 or 7892363. OLE color: 7892363.
HSL color Cylindrical-coordinate representation of color #8B6D78: hue angle of 338º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B6D78 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 120 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.45 |
| HSL | 338º | 0.12% | 0.49% | - |
| HSV(B) | 338º | 0.22% | 0.55% | - |
| XYZ | 19.51 | 17.78 | 20.17 | - |
| YUV | 119.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 120 | 0 | 0.22 | 0.14 | 0.45 | 338 | 0.12 | 0.49 |
| Hex | 8B | 6D | 78 | 0 | 16 | E | 2D | 152 | C | 31 |
| Octal | 213 | 155 | 170 | 0 | 26 | 16 | 55 | 522 | 14 | 61 |
| Binary | 10001011 | 1101101 | 1111000 | 0 | 10110 | 1110 | 101101 | 101010010 | 1100 | 110001 |
Color Harmonies of #8B6D78
Complementary color
Monochromatic Colors of #8B6D78
Black with #8B6D78
Text Example
Text Example
White with #8B6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D78; }
p { color: rgb(139,109,120); }
H1.HeaderClassName
{
color: #8B6D78;
}
.AnyTagClassName
{
color: #8B6D78;
}
</style>
background-color css
<style>
a { background-color: #8B6D78; }
a { background-color: rgb(139,109,120); }
div.DivClassName
{
background-color: #8B6D78;
}
.BgClassName
{
background-color: #8B6D78;
}
</style>
border-color css
<style>
span { border-color: #8B6D78; }
span { border-color: rgb(139,109,120); }
td.TdClassName
{
border-color: #8B6D78;
}
.TagClassName
{
border-color: #8B6D78;
}
</style>