Shades of Venus #98717D
Tints of Venus #98717D
RGB
CMYK
RGB Variations
Color information
#98717D (or 0x98717D) is known color: Venus. HEX triplet: 98, 71 and 7D. RGB value is (152,113,125). Sum of RGB (Red+Green+Blue) = 152+113+125=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98717D is #678E82. Grayscale: #7E7E7E. Windows color (decimal): -6786691 or 8221080. OLE color: 8221080.
HSL color Cylindrical-coordinate representation of color #98717D: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98717D is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 125 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.40 |
| HSL | 341.54º | 0.16% | 0.52% | - |
| HSV(B) | 341.54º | 0.26% | 0.6% | - |
| XYZ | 22.56 | 19.97 | 22.07 | - |
| YUV | 126.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 125 | 0 | 0.26 | 0.18 | 0.40 | 341.54 | 0.16 | 0.52 |
| Hex | 98 | 71 | 7D | 0 | 1A | 12 | 28 | 156 | 10 | 34 |
| Octal | 230 | 161 | 175 | 0 | 32 | 22 | 50 | 526 | 20 | 64 |
| Binary | 10011000 | 1110001 | 1111101 | 0 | 11010 | 10010 | 101000 | 101010110 | 10000 | 110100 |
Color Harmonies of #98717D
Complementary color
Monochromatic Colors of #98717D
Black with #98717D
Text Example
Text Example
White with #98717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98717D; }
p { color: rgb(152,113,125); }
H1.HeaderClassName
{
color: #98717D;
}
.AnyTagClassName
{
color: #98717D;
}
</style>
background-color css
<style>
a { background-color: #98717D; }
a { background-color: rgb(152,113,125); }
div.DivClassName
{
background-color: #98717D;
}
.BgClassName
{
background-color: #98717D;
}
</style>
border-color css
<style>
span { border-color: #98717D; }
span { border-color: rgb(152,113,125); }
td.TdClassName
{
border-color: #98717D;
}
.TagClassName
{
border-color: #98717D;
}
</style>