Shades of Venus #99717D
Tints of Venus #99717D
RGB
CMYK
RGB Variations
Color information
#99717D (or 0x99717D) is known color: Venus. HEX triplet: 99, 71 and 7D. RGB value is (153,113,125). Sum of RGB (Red+Green+Blue) = 153+113+125=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99717D is #668E82. Grayscale: #7E7E7E. Windows color (decimal): -6721155 or 8221081. OLE color: 8221081.
HSL color Cylindrical-coordinate representation of color #99717D: hue angle of 342º 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 #99717D is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 125 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.4 |
| HSL | 342º | 0.16% | 0.52% | - |
| HSV(B) | 342º | 0.26% | 0.6% | - |
| XYZ | 22.74 | 20.06 | 22.08 | - |
| YUV | 126.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 125 | 0 | 0.26 | 0.18 | 0.4 | 342 | 0.16 | 0.52 |
| Hex | 99 | 71 | 7D | 0 | 1A | 12 | 28 | 156 | 10 | 34 |
| Octal | 231 | 161 | 175 | 0 | 32 | 22 | 50 | 526 | 20 | 64 |
| Binary | 10011001 | 1110001 | 1111101 | 0 | 11010 | 10010 | 101000 | 101010110 | 10000 | 110100 |
Color Harmonies of #99717D
Complementary color
Monochromatic Colors of #99717D
Black with #99717D
Text Example
Text Example
White with #99717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99717D; }
p { color: rgb(153,113,125); }
H1.HeaderClassName
{
color: #99717D;
}
.AnyTagClassName
{
color: #99717D;
}
</style>
background-color css
<style>
a { background-color: #99717D; }
a { background-color: rgb(153,113,125); }
div.DivClassName
{
background-color: #99717D;
}
.BgClassName
{
background-color: #99717D;
}
</style>
border-color css
<style>
span { border-color: #99717D; }
span { border-color: rgb(153,113,125); }
td.TdClassName
{
border-color: #99717D;
}
.TagClassName
{
border-color: #99717D;
}
</style>