Shades of Venus #89707A
Tints of Venus #89707A
RGB
CMYK
RGB Variations
Color information
#89707A (or 0x89707A) is known color: Venus. HEX triplet: 89, 70 and 7A. RGB value is (137,112,122). Sum of RGB (Red+Green+Blue) = 137+112+122=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #89707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89707A is #768F85. Grayscale: #787878. Windows color (decimal): -7769990 or 8024201. OLE color: 8024201.
HSL color Cylindrical-coordinate representation of color #89707A: hue angle of 336º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89707A is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 122 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.46 |
| HSL | 336º | 0.1% | 0.49% | - |
| HSV(B) | 336º | 0.18% | 0.54% | - |
| XYZ | 19.62 | 18.31 | 20.91 | - |
| YUV | 120.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 122 | 0 | 0.18 | 0.11 | 0.46 | 336 | 0.1 | 0.49 |
| Hex | 89 | 70 | 7A | 0 | 12 | B | 2E | 150 | A | 31 |
| Octal | 211 | 160 | 172 | 0 | 22 | 13 | 56 | 520 | 12 | 61 |
| Binary | 10001001 | 1110000 | 1111010 | 0 | 10010 | 1011 | 101110 | 101010000 | 1010 | 110001 |
Color Harmonies of #89707A
Complementary color
Monochromatic Colors of #89707A
Black with #89707A
Text Example
Text Example
White with #89707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89707A; }
p { color: rgb(137,112,122); }
H1.HeaderClassName
{
color: #89707A;
}
.AnyTagClassName
{
color: #89707A;
}
</style>
background-color css
<style>
a { background-color: #89707A; }
a { background-color: rgb(137,112,122); }
div.DivClassName
{
background-color: #89707A;
}
.BgClassName
{
background-color: #89707A;
}
</style>
border-color css
<style>
span { border-color: #89707A; }
span { border-color: rgb(137,112,122); }
td.TdClassName
{
border-color: #89707A;
}
.TagClassName
{
border-color: #89707A;
}
</style>