Shades of Venus #89737A
Tints of Venus #89737A
RGB
CMYK
RGB Variations
Color information
#89737A (or 0x89737A) is known color: Venus. HEX triplet: 89, 73 and 7A. RGB value is (137,115,122). Sum of RGB (Red+Green+Blue) = 137+115+122=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #89737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89737A is #768C85. Grayscale: #7A7A7A. Windows color (decimal): -7769222 or 8024969. OLE color: 8024969.
HSL color Cylindrical-coordinate representation of color #89737A: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89737A is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 122 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.46 |
| HSL | 340.91º | 0.09% | 0.49% | - |
| HSV(B) | 340.91º | 0.16% | 0.54% | - |
| XYZ | 19.96 | 18.98 | 21.02 | - |
| YUV | 122.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 122 | 0 | 0.16 | 0.11 | 0.46 | 340.91 | 0.09 | 0.49 |
| Hex | 89 | 73 | 7A | 0 | 10 | B | 2E | 155 | 9 | 31 |
| Octal | 211 | 163 | 172 | 0 | 20 | 13 | 56 | 525 | 11 | 61 |
| Binary | 10001001 | 1110011 | 1111010 | 0 | 10000 | 1011 | 101110 | 101010101 | 1001 | 110001 |
Color Harmonies of #89737A
Complementary color
Monochromatic Colors of #89737A
Black with #89737A
Text Example
Text Example
White with #89737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89737A; }
p { color: rgb(137,115,122); }
H1.HeaderClassName
{
color: #89737A;
}
.AnyTagClassName
{
color: #89737A;
}
</style>
background-color css
<style>
a { background-color: #89737A; }
a { background-color: rgb(137,115,122); }
div.DivClassName
{
background-color: #89737A;
}
.BgClassName
{
background-color: #89737A;
}
</style>
border-color css
<style>
span { border-color: #89737A; }
span { border-color: rgb(137,115,122); }
td.TdClassName
{
border-color: #89737A;
}
.TagClassName
{
border-color: #89737A;
}
</style>