Shades of Venus #8B7781
Tints of Venus #8B7781
RGB
CMYK
RGB Variations
Color information
#8B7781 (or 0x8B7781) is known color: Venus. HEX triplet: 8B, 77 and 81. RGB value is (139,119,129). Sum of RGB (Red+Green+Blue) = 139+119+129=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7781 is #74887E. Grayscale: #7E7E7E. Windows color (decimal): -7637119 or 8484747. OLE color: 8484747.
HSL color Cylindrical-coordinate representation of color #8B7781: hue angle of 330º 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 #8B7781 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 129 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.45 |
| HSL | 330º | 0.08% | 0.51% | - |
| HSV(B) | 330º | 0.14% | 0.55% | - |
| XYZ | 21.21 | 20.27 | 23.56 | - |
| YUV | 126.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 129 | 0 | 0.14 | 0.07 | 0.45 | 330 | 0.08 | 0.51 |
| Hex | 8B | 77 | 81 | 0 | E | 7 | 2D | 14A | 8 | 33 |
| Octal | 213 | 167 | 201 | 0 | 16 | 7 | 55 | 512 | 10 | 63 |
| Binary | 10001011 | 1110111 | 10000001 | 0 | 1110 | 111 | 101101 | 101001010 | 1000 | 110011 |
Color Harmonies of #8B7781
Complementary color
Monochromatic Colors of #8B7781
Black with #8B7781
Text Example
Text Example
White with #8B7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7781; }
p { color: rgb(139,119,129); }
H1.HeaderClassName
{
color: #8B7781;
}
.AnyTagClassName
{
color: #8B7781;
}
</style>
background-color css
<style>
a { background-color: #8B7781; }
a { background-color: rgb(139,119,129); }
div.DivClassName
{
background-color: #8B7781;
}
.BgClassName
{
background-color: #8B7781;
}
</style>
border-color css
<style>
span { border-color: #8B7781; }
span { border-color: rgb(139,119,129); }
td.TdClassName
{
border-color: #8B7781;
}
.TagClassName
{
border-color: #8B7781;
}
</style>