Shades of Venus #98727F
Tints of Venus #98727F
RGB
CMYK
RGB Variations
Color information
#98727F (or 0x98727F) is known color: Venus. HEX triplet: 98, 72 and 7F. RGB value is (152,114,127). Sum of RGB (Red+Green+Blue) = 152+114+127=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98727F is #678D80. Grayscale: #7E7E7E. Windows color (decimal): -6786433 or 8352408. OLE color: 8352408.
HSL color Cylindrical-coordinate representation of color #98727F: hue angle of 339.47º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98727F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 127 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.40 |
| HSL | 339.47º | 0.16% | 0.52% | - |
| HSV(B) | 339.47º | 0.25% | 0.6% | - |
| XYZ | 22.8 | 20.24 | 22.78 | - |
| YUV | 126.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 127 | 0 | 0.25 | 0.16 | 0.40 | 339.47 | 0.16 | 0.52 |
| Hex | 98 | 72 | 7F | 0 | 19 | 10 | 28 | 153 | 10 | 34 |
| Octal | 230 | 162 | 177 | 0 | 31 | 20 | 50 | 523 | 20 | 64 |
| Binary | 10011000 | 1110010 | 1111111 | 0 | 11001 | 10000 | 101000 | 101010011 | 10000 | 110100 |
Color Harmonies of #98727F
Complementary color
Monochromatic Colors of #98727F
Black with #98727F
Text Example
Text Example
White with #98727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98727F; }
p { color: rgb(152,114,127); }
H1.HeaderClassName
{
color: #98727F;
}
.AnyTagClassName
{
color: #98727F;
}
</style>
background-color css
<style>
a { background-color: #98727F; }
a { background-color: rgb(152,114,127); }
div.DivClassName
{
background-color: #98727F;
}
.BgClassName
{
background-color: #98727F;
}
</style>
border-color css
<style>
span { border-color: #98727F; }
span { border-color: rgb(152,114,127); }
td.TdClassName
{
border-color: #98727F;
}
.TagClassName
{
border-color: #98727F;
}
</style>