Shades of Venus #998789
Tints of Venus #998789
RGB
CMYK
RGB Variations
Color information
#998789 (or 0x998789) is known color: Venus. HEX triplet: 99, 87 and 89. RGB value is (153,135,137). Sum of RGB (Red+Green+Blue) = 153+135+137=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998789 is #667876. Grayscale: #8C8C8C. Windows color (decimal): -6715511 or 9013145. OLE color: 9013145.
HSL color Cylindrical-coordinate representation of color #998789: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998789 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 137 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.4 |
| HSL | 353.33º | 0.08% | 0.56% | - |
| HSV(B) | 353.33º | 0.12% | 0.6% | - |
| XYZ | 26.32 | 25.91 | 27.28 | - |
| YUV | 140.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 137 | 0 | 0.12 | 0.10 | 0.4 | 353.33 | 0.08 | 0.56 |
| Hex | 99 | 87 | 89 | 0 | C | A | 28 | 161 | 8 | 38 |
| Octal | 231 | 207 | 211 | 0 | 14 | 12 | 50 | 541 | 10 | 70 |
| Binary | 10011001 | 10000111 | 10001001 | 0 | 1100 | 1010 | 101000 | 101100001 | 1000 | 111000 |
Color Harmonies of #998789
Complementary color
Monochromatic Colors of #998789
Black with #998789
Text Example
Text Example
White with #998789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998789; }
p { color: rgb(153,135,137); }
H1.HeaderClassName
{
color: #998789;
}
.AnyTagClassName
{
color: #998789;
}
</style>
background-color css
<style>
a { background-color: #998789; }
a { background-color: rgb(153,135,137); }
div.DivClassName
{
background-color: #998789;
}
.BgClassName
{
background-color: #998789;
}
</style>
border-color css
<style>
span { border-color: #998789; }
span { border-color: rgb(153,135,137); }
td.TdClassName
{
border-color: #998789;
}
.TagClassName
{
border-color: #998789;
}
</style>