Shades of Venus #98737F
Tints of Venus #98737F
RGB
CMYK
RGB Variations
Color information
#98737F (or 0x98737F) is known color: Venus. HEX triplet: 98, 73 and 7F. RGB value is (152,115,127). Sum of RGB (Red+Green+Blue) = 152+115+127=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98737F is #678C80. Grayscale: #7F7F7F. Windows color (decimal): -6786177 or 8352664. OLE color: 8352664.
HSL color Cylindrical-coordinate representation of color #98737F: hue angle of 340.54º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98737F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 127 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.40 |
| HSL | 340.54º | 0.15% | 0.52% | - |
| HSV(B) | 340.54º | 0.24% | 0.6% | - |
| XYZ | 22.91 | 20.47 | 22.82 | - |
| YUV | 127.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 127 | 0 | 0.24 | 0.16 | 0.40 | 340.54 | 0.15 | 0.52 |
| Hex | 98 | 73 | 7F | 0 | 18 | 10 | 28 | 155 | F | 34 |
| Octal | 230 | 163 | 177 | 0 | 30 | 20 | 50 | 525 | 17 | 64 |
| Binary | 10011000 | 1110011 | 1111111 | 0 | 11000 | 10000 | 101000 | 101010101 | 1111 | 110100 |
Color Harmonies of #98737F
Complementary color
Monochromatic Colors of #98737F
Black with #98737F
Text Example
Text Example
White with #98737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98737F; }
p { color: rgb(152,115,127); }
H1.HeaderClassName
{
color: #98737F;
}
.AnyTagClassName
{
color: #98737F;
}
</style>
background-color css
<style>
a { background-color: #98737F; }
a { background-color: rgb(152,115,127); }
div.DivClassName
{
background-color: #98737F;
}
.BgClassName
{
background-color: #98737F;
}
</style>
border-color css
<style>
span { border-color: #98737F; }
span { border-color: rgb(152,115,127); }
td.TdClassName
{
border-color: #98737F;
}
.TagClassName
{
border-color: #98737F;
}
</style>