Shades of Venus #978488
Tints of Venus #978488
RGB
CMYK
RGB Variations
Color information
#978488 (or 0x978488) is known color: Venus. HEX triplet: 97, 84 and 88. RGB value is (151,132,136). Sum of RGB (Red+Green+Blue) = 151+132+136=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 151 - color contains mainly: red. Hex color #978488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978488 is #687B77. Grayscale: #8A8A8A. Windows color (decimal): -6847352 or 8946839. OLE color: 8946839.
HSL color Cylindrical-coordinate representation of color #978488: hue angle of 347.37º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978488 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 136 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.41 |
| HSL | 347.37º | 0.08% | 0.55% | - |
| HSV(B) | 347.37º | 0.13% | 0.59% | - |
| XYZ | 25.46 | 24.86 | 26.75 | - |
| YUV | 138.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 136 | 0 | 0.13 | 0.10 | 0.41 | 347.37 | 0.08 | 0.55 |
| Hex | 97 | 84 | 88 | 0 | D | A | 29 | 15B | 8 | 37 |
| Octal | 227 | 204 | 210 | 0 | 15 | 12 | 51 | 533 | 10 | 67 |
| Binary | 10010111 | 10000100 | 10001000 | 0 | 1101 | 1010 | 101001 | 101011011 | 1000 | 110111 |
Color Harmonies of #978488
Complementary color
Monochromatic Colors of #978488
Black with #978488
Text Example
Text Example
White with #978488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978488; }
p { color: rgb(151,132,136); }
H1.HeaderClassName
{
color: #978488;
}
.AnyTagClassName
{
color: #978488;
}
</style>
background-color css
<style>
a { background-color: #978488; }
a { background-color: rgb(151,132,136); }
div.DivClassName
{
background-color: #978488;
}
.BgClassName
{
background-color: #978488;
}
</style>
border-color css
<style>
span { border-color: #978488; }
span { border-color: rgb(151,132,136); }
td.TdClassName
{
border-color: #978488;
}
.TagClassName
{
border-color: #978488;
}
</style>