Shades of Venus #9B707E
Tints of Venus #9B707E
RGB
CMYK
RGB Variations
Color information
#9B707E (or 0x9B707E) is known color: Venus. HEX triplet: 9B, 70 and 7E. RGB value is (155,112,126). Sum of RGB (Red+Green+Blue) = 155+112+126=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B707E is #648F81. Grayscale: #7E7E7E. Windows color (decimal): -6590338 or 8286363. OLE color: 8286363.
HSL color Cylindrical-coordinate representation of color #9B707E: hue angle of 340.47º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B707E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 126 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.39 |
| HSL | 340.47º | 0.18% | 0.52% | - |
| HSV(B) | 340.47º | 0.28% | 0.61% | - |
| XYZ | 23.08 | 20.06 | 22.39 | - |
| YUV | 126.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 126 | 0 | 0.28 | 0.19 | 0.39 | 340.47 | 0.18 | 0.52 |
| Hex | 9B | 70 | 7E | 0 | 1C | 13 | 27 | 154 | 12 | 34 |
| Octal | 233 | 160 | 176 | 0 | 34 | 23 | 47 | 524 | 22 | 64 |
| Binary | 10011011 | 1110000 | 1111110 | 0 | 11100 | 10011 | 100111 | 101010100 | 10010 | 110100 |
Color Harmonies of #9B707E
Complementary color
Monochromatic Colors of #9B707E
Black with #9B707E
Text Example
Text Example
White with #9B707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B707E; }
p { color: rgb(155,112,126); }
H1.HeaderClassName
{
color: #9B707E;
}
.AnyTagClassName
{
color: #9B707E;
}
</style>
background-color css
<style>
a { background-color: #9B707E; }
a { background-color: rgb(155,112,126); }
div.DivClassName
{
background-color: #9B707E;
}
.BgClassName
{
background-color: #9B707E;
}
</style>
border-color css
<style>
span { border-color: #9B707E; }
span { border-color: rgb(155,112,126); }
td.TdClassName
{
border-color: #9B707E;
}
.TagClassName
{
border-color: #9B707E;
}
</style>