Shades of Venus #978385
Tints of Venus #978385
RGB
CMYK
RGB Variations
Color information
#978385 (or 0x978385) is known color: Venus. HEX triplet: 97, 83 and 85. RGB value is (151,131,133). Sum of RGB (Red+Green+Blue) = 151+131+133=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #978385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978385 is #687C7A. Grayscale: #898989. Windows color (decimal): -6847611 or 8749975. OLE color: 8749975.
HSL color Cylindrical-coordinate representation of color #978385: hue angle of 354º degrees, saturation: 0.09, 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 #978385 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 133 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.41 |
| HSL | 354º | 0.09% | 0.55% | - |
| HSV(B) | 354º | 0.13% | 0.59% | - |
| XYZ | 25.11 | 24.51 | 25.6 | - |
| YUV | 137.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 133 | 0 | 0.13 | 0.12 | 0.41 | 354 | 0.09 | 0.55 |
| Hex | 97 | 83 | 85 | 0 | D | C | 29 | 162 | 9 | 37 |
| Octal | 227 | 203 | 205 | 0 | 15 | 14 | 51 | 542 | 11 | 67 |
| Binary | 10010111 | 10000011 | 10000101 | 0 | 1101 | 1100 | 101001 | 101100010 | 1001 | 110111 |
Color Harmonies of #978385
Complementary color
Monochromatic Colors of #978385
Black with #978385
Text Example
Text Example
White with #978385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978385; }
p { color: rgb(151,131,133); }
H1.HeaderClassName
{
color: #978385;
}
.AnyTagClassName
{
color: #978385;
}
</style>
background-color css
<style>
a { background-color: #978385; }
a { background-color: rgb(151,131,133); }
div.DivClassName
{
background-color: #978385;
}
.BgClassName
{
background-color: #978385;
}
</style>
border-color css
<style>
span { border-color: #978385; }
span { border-color: rgb(151,131,133); }
td.TdClassName
{
border-color: #978385;
}
.TagClassName
{
border-color: #978385;
}
</style>