Shades of Venus #89797F
Tints of Venus #89797F
RGB
CMYK
RGB Variations
Color information
#89797F (or 0x89797F) is known color: Venus. HEX triplet: 89, 79 and 7F. RGB value is (137,121,127). Sum of RGB (Red+Green+Blue) = 137+121+127=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #89797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89797F is #768680. Grayscale: #7E7E7E. Windows color (decimal): -7767681 or 8354185. OLE color: 8354185.
HSL color Cylindrical-coordinate representation of color #89797F: hue angle of 337.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89797F is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 127 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.46 |
| HSL | 337.5º | 0.06% | 0.51% | - |
| HSV(B) | 337.5º | 0.12% | 0.54% | - |
| XYZ | 20.98 | 20.53 | 22.93 | - |
| YUV | 126.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 127 | 0 | 0.12 | 0.07 | 0.46 | 337.5 | 0.06 | 0.51 |
| Hex | 89 | 79 | 7F | 0 | C | 7 | 2E | 152 | 6 | 33 |
| Octal | 211 | 171 | 177 | 0 | 14 | 7 | 56 | 522 | 6 | 63 |
| Binary | 10001001 | 1111001 | 1111111 | 0 | 1100 | 111 | 101110 | 101010010 | 110 | 110011 |
Color Harmonies of #89797F
Complementary color
Monochromatic Colors of #89797F
Black with #89797F
Text Example
Text Example
White with #89797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89797F; }
p { color: rgb(137,121,127); }
H1.HeaderClassName
{
color: #89797F;
}
.AnyTagClassName
{
color: #89797F;
}
</style>
background-color css
<style>
a { background-color: #89797F; }
a { background-color: rgb(137,121,127); }
div.DivClassName
{
background-color: #89797F;
}
.BgClassName
{
background-color: #89797F;
}
</style>
border-color css
<style>
span { border-color: #89797F; }
span { border-color: rgb(137,121,127); }
td.TdClassName
{
border-color: #89797F;
}
.TagClassName
{
border-color: #89797F;
}
</style>