Shades of Venus #89757B
Tints of Venus #89757B
RGB
CMYK
RGB Variations
Color information
#89757B (or 0x89757B) is known color: Venus. HEX triplet: 89, 75 and 7B. RGB value is (137,117,123). Sum of RGB (Red+Green+Blue) = 137+117+123=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #89757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89757B is #768A84. Grayscale: #7B7B7B. Windows color (decimal): -7768709 or 8091017. OLE color: 8091017.
HSL color Cylindrical-coordinate representation of color #89757B: hue angle of 342º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89757B is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 123 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.46 |
| HSL | 342º | 0.08% | 0.5% | - |
| HSV(B) | 342º | 0.15% | 0.54% | - |
| XYZ | 20.25 | 19.47 | 21.43 | - |
| YUV | 123.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 123 | 0 | 0.15 | 0.10 | 0.46 | 342 | 0.08 | 0.5 |
| Hex | 89 | 75 | 7B | 0 | F | A | 2E | 156 | 8 | 32 |
| Octal | 211 | 165 | 173 | 0 | 17 | 12 | 56 | 526 | 10 | 62 |
| Binary | 10001001 | 1110101 | 1111011 | 0 | 1111 | 1010 | 101110 | 101010110 | 1000 | 110010 |
Color Harmonies of #89757B
Complementary color
Monochromatic Colors of #89757B
Black with #89757B
Text Example
Text Example
White with #89757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89757B; }
p { color: rgb(137,117,123); }
H1.HeaderClassName
{
color: #89757B;
}
.AnyTagClassName
{
color: #89757B;
}
</style>
background-color css
<style>
a { background-color: #89757B; }
a { background-color: rgb(137,117,123); }
div.DivClassName
{
background-color: #89757B;
}
.BgClassName
{
background-color: #89757B;
}
</style>
border-color css
<style>
span { border-color: #89757B; }
span { border-color: rgb(137,117,123); }
td.TdClassName
{
border-color: #89757B;
}
.TagClassName
{
border-color: #89757B;
}
</style>