Shades of Venus #9B727F
Tints of Venus #9B727F
RGB
CMYK
RGB Variations
Color information
#9B727F (or 0x9B727F) is known color: Venus. HEX triplet: 9B, 72 and 7F. RGB value is (155,114,127). Sum of RGB (Red+Green+Blue) = 155+114+127=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B727F is #648D80. Grayscale: #7F7F7F. Windows color (decimal): -6589825 or 8352411. OLE color: 8352411.
HSL color Cylindrical-coordinate representation of color #9B727F: hue angle of 340.98º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B727F is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 127 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.39 |
| HSL | 340.98º | 0.17% | 0.53% | - |
| HSV(B) | 340.98º | 0.26% | 0.61% | - |
| XYZ | 23.37 | 20.54 | 22.81 | - |
| YUV | 127.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 127 | 0 | 0.26 | 0.18 | 0.39 | 340.98 | 0.17 | 0.53 |
| Hex | 9B | 72 | 7F | 0 | 1A | 12 | 27 | 155 | 11 | 35 |
| Octal | 233 | 162 | 177 | 0 | 32 | 22 | 47 | 525 | 21 | 65 |
| Binary | 10011011 | 1110010 | 1111111 | 0 | 11010 | 10010 | 100111 | 101010101 | 10001 | 110101 |
Color Harmonies of #9B727F
Complementary color
Monochromatic Colors of #9B727F
Black with #9B727F
Text Example
Text Example
White with #9B727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B727F; }
p { color: rgb(155,114,127); }
H1.HeaderClassName
{
color: #9B727F;
}
.AnyTagClassName
{
color: #9B727F;
}
</style>
background-color css
<style>
a { background-color: #9B727F; }
a { background-color: rgb(155,114,127); }
div.DivClassName
{
background-color: #9B727F;
}
.BgClassName
{
background-color: #9B727F;
}
</style>
border-color css
<style>
span { border-color: #9B727F; }
span { border-color: rgb(155,114,127); }
td.TdClassName
{
border-color: #9B727F;
}
.TagClassName
{
border-color: #9B727F;
}
</style>