Shades of Venus #98717F
Tints of Venus #98717F
RGB
CMYK
RGB Variations
Color information
#98717F (or 0x98717F) is known color: Venus. HEX triplet: 98, 71 and 7F. RGB value is (152,113,127). Sum of RGB (Red+Green+Blue) = 152+113+127=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98717F is #678E80. Grayscale: #7E7E7E. Windows color (decimal): -6786689 or 8352152. OLE color: 8352152.
HSL color Cylindrical-coordinate representation of color #98717F: hue angle of 338.46º 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 #98717F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 127 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.40 |
| HSL | 338.46º | 0.16% | 0.52% | - |
| HSV(B) | 338.46º | 0.26% | 0.6% | - |
| XYZ | 22.68 | 20.02 | 22.75 | - |
| YUV | 126.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 127 | 0 | 0.26 | 0.16 | 0.40 | 338.46 | 0.16 | 0.52 |
| Hex | 98 | 71 | 7F | 0 | 1A | 10 | 28 | 152 | 10 | 34 |
| Octal | 230 | 161 | 177 | 0 | 32 | 20 | 50 | 522 | 20 | 64 |
| Binary | 10011000 | 1110001 | 1111111 | 0 | 11010 | 10000 | 101000 | 101010010 | 10000 | 110100 |
Color Harmonies of #98717F
Complementary color
Monochromatic Colors of #98717F
Black with #98717F
Text Example
Text Example
White with #98717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98717F; }
p { color: rgb(152,113,127); }
H1.HeaderClassName
{
color: #98717F;
}
.AnyTagClassName
{
color: #98717F;
}
</style>
background-color css
<style>
a { background-color: #98717F; }
a { background-color: rgb(152,113,127); }
div.DivClassName
{
background-color: #98717F;
}
.BgClassName
{
background-color: #98717F;
}
</style>
border-color css
<style>
span { border-color: #98717F; }
span { border-color: rgb(152,113,127); }
td.TdClassName
{
border-color: #98717F;
}
.TagClassName
{
border-color: #98717F;
}
</style>