Shades of Venus #979192
Tints of Venus #979192
RGB
CMYK
RGB Variations
Color information
#979192 (or 0x979192) is known color: Venus. HEX triplet: 97, 91 and 92. RGB value is (151,145,146). Sum of RGB (Red+Green+Blue) = 151+145+146=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 151 - color contains mainly: red. Hex color #979192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979192 is #686E6D. Grayscale: #929292. Windows color (decimal): -6844014 or 9605527. OLE color: 9605527.
HSL color Cylindrical-coordinate representation of color #979192: hue angle of 350º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #979192 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 145 | 146 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.41 |
| HSL | 350º | 0.03% | 0.58% | - |
| HSV(B) | 350º | 0.04% | 0.59% | - |
| XYZ | 28.08 | 28.91 | 31.29 | - |
| YUV | 146.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 146 | 0 | 0.04 | 0.03 | 0.41 | 350 | 0.03 | 0.58 |
| Hex | 97 | 91 | 92 | 0 | 4 | 3 | 29 | 15E | 3 | 3A |
| Octal | 227 | 221 | 222 | 0 | 4 | 3 | 51 | 536 | 3 | 72 |
| Binary | 10010111 | 10010001 | 10010010 | 0 | 100 | 11 | 101001 | 101011110 | 11 | 111010 |
Color Harmonies of #979192
Complementary color
Monochromatic Colors of #979192
Black with #979192
Text Example
Text Example
White with #979192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979192; }
p { color: rgb(151,145,146); }
H1.HeaderClassName
{
color: #979192;
}
.AnyTagClassName
{
color: #979192;
}
</style>
background-color css
<style>
a { background-color: #979192; }
a { background-color: rgb(151,145,146); }
div.DivClassName
{
background-color: #979192;
}
.BgClassName
{
background-color: #979192;
}
</style>
border-color css
<style>
span { border-color: #979192; }
span { border-color: rgb(151,145,146); }
td.TdClassName
{
border-color: #979192;
}
.TagClassName
{
border-color: #979192;
}
</style>