Shades of Venus #9D8B8C
Tints of Venus #9D8B8C
RGB
CMYK
RGB Variations
Color information
#9D8B8C (or 0x9D8B8C) is known color: Venus. HEX triplet: 9D, 8B and 8C. RGB value is (157,139,140). Sum of RGB (Red+Green+Blue) = 157+139+140=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8B8C is #627473. Grayscale: #909090. Windows color (decimal): -6452340 or 9210781. OLE color: 9210781.
HSL color Cylindrical-coordinate representation of color #9D8B8C: hue angle of 356.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D8B8C is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 139 | 140 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.38 |
| HSL | 356.67º | 0.08% | 0.58% | - |
| HSV(B) | 356.67º | 0.11% | 0.62% | - |
| XYZ | 27.87 | 27.53 | 28.66 | - |
| YUV | 144.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 139 | 140 | 0 | 0.11 | 0.11 | 0.38 | 356.67 | 0.08 | 0.58 |
| Hex | 9D | 8B | 8C | 0 | B | B | 26 | 165 | 8 | 3A |
| Octal | 235 | 213 | 214 | 0 | 13 | 13 | 46 | 545 | 10 | 72 |
| Binary | 10011101 | 10001011 | 10001100 | 0 | 1011 | 1011 | 100110 | 101100101 | 1000 | 111010 |
Color Harmonies of #9D8B8C
Complementary color
Monochromatic Colors of #9D8B8C
Black with #9D8B8C
Text Example
Text Example
White with #9D8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8B8C; }
p { color: rgb(157,139,140); }
H1.HeaderClassName
{
color: #9D8B8C;
}
.AnyTagClassName
{
color: #9D8B8C;
}
</style>
background-color css
<style>
a { background-color: #9D8B8C; }
a { background-color: rgb(157,139,140); }
div.DivClassName
{
background-color: #9D8B8C;
}
.BgClassName
{
background-color: #9D8B8C;
}
</style>
border-color css
<style>
span { border-color: #9D8B8C; }
span { border-color: rgb(157,139,140); }
td.TdClassName
{
border-color: #9D8B8C;
}
.TagClassName
{
border-color: #9D8B8C;
}
</style>