Shades of Venus #89747B
Tints of Venus #89747B
RGB
CMYK
RGB Variations
Color information
#89747B (or 0x89747B) is known color: Venus. HEX triplet: 89, 74 and 7B. RGB value is (137,116,123). Sum of RGB (Red+Green+Blue) = 137+116+123=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #89747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89747B is #768B84. Grayscale: #7B7B7B. Windows color (decimal): -7768965 or 8090761. OLE color: 8090761.
HSL color Cylindrical-coordinate representation of color #89747B: hue angle of 340º 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 #89747B is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 123 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.46 |
| HSL | 340º | 0.08% | 0.5% | - |
| HSV(B) | 340º | 0.15% | 0.54% | - |
| XYZ | 20.14 | 19.24 | 21.39 | - |
| YUV | 123.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 123 | 0 | 0.15 | 0.10 | 0.46 | 340 | 0.08 | 0.5 |
| Hex | 89 | 74 | 7B | 0 | F | A | 2E | 154 | 8 | 32 |
| Octal | 211 | 164 | 173 | 0 | 17 | 12 | 56 | 524 | 10 | 62 |
| Binary | 10001001 | 1110100 | 1111011 | 0 | 1111 | 1010 | 101110 | 101010100 | 1000 | 110010 |
Color Harmonies of #89747B
Complementary color
Monochromatic Colors of #89747B
Black with #89747B
Text Example
Text Example
White with #89747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89747B; }
p { color: rgb(137,116,123); }
H1.HeaderClassName
{
color: #89747B;
}
.AnyTagClassName
{
color: #89747B;
}
</style>
background-color css
<style>
a { background-color: #89747B; }
a { background-color: rgb(137,116,123); }
div.DivClassName
{
background-color: #89747B;
}
.BgClassName
{
background-color: #89747B;
}
</style>
border-color css
<style>
span { border-color: #89747B; }
span { border-color: rgb(137,116,123); }
td.TdClassName
{
border-color: #89747B;
}
.TagClassName
{
border-color: #89747B;
}
</style>