Shades of Venus #978889
Tints of Venus #978889
RGB
CMYK
RGB Variations
Color information
#978889 (or 0x978889) is known color: Venus. HEX triplet: 97, 88 and 89. RGB value is (151,136,137). Sum of RGB (Red+Green+Blue) = 151+136+137=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 151 - color contains mainly: red. Hex color #978889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978889 is #687776. Grayscale: #8C8C8C. Windows color (decimal): -6846327 or 9013399. OLE color: 9013399.
HSL color Cylindrical-coordinate representation of color #978889: hue angle of 356º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978889 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 137 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.41 |
| HSL | 356º | 0.07% | 0.56% | - |
| HSV(B) | 356º | 0.1% | 0.59% | - |
| XYZ | 26.08 | 25.99 | 27.31 | - |
| YUV | 140.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 137 | 0 | 0.10 | 0.09 | 0.41 | 356 | 0.07 | 0.56 |
| Hex | 97 | 88 | 89 | 0 | A | 9 | 29 | 164 | 7 | 38 |
| Octal | 227 | 210 | 211 | 0 | 12 | 11 | 51 | 544 | 7 | 70 |
| Binary | 10010111 | 10001000 | 10001001 | 0 | 1010 | 1001 | 101001 | 101100100 | 111 | 111000 |
Color Harmonies of #978889
Complementary color
Monochromatic Colors of #978889
Black with #978889
Text Example
Text Example
White with #978889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978889; }
p { color: rgb(151,136,137); }
H1.HeaderClassName
{
color: #978889;
}
.AnyTagClassName
{
color: #978889;
}
</style>
background-color css
<style>
a { background-color: #978889; }
a { background-color: rgb(151,136,137); }
div.DivClassName
{
background-color: #978889;
}
.BgClassName
{
background-color: #978889;
}
</style>
border-color css
<style>
span { border-color: #978889; }
span { border-color: rgb(151,136,137); }
td.TdClassName
{
border-color: #978889;
}
.TagClassName
{
border-color: #978889;
}
</style>