Shades of Venus #99727F
Tints of Venus #99727F
RGB
CMYK
RGB Variations
Color information
#99727F (or 0x99727F) is known color: Venus. HEX triplet: 99, 72 and 7F. RGB value is (153,114,127). Sum of RGB (Red+Green+Blue) = 153+114+127=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727F is #668D80. Grayscale: #7F7F7F. Windows color (decimal): -6720897 or 8352409. OLE color: 8352409.
HSL color Cylindrical-coordinate representation of color #99727F: hue angle of 340º 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 #99727F is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 127 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.4 |
| HSL | 340º | 0.16% | 0.52% | - |
| HSV(B) | 340º | 0.25% | 0.6% | - |
| XYZ | 22.98 | 20.34 | 22.79 | - |
| YUV | 127.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 127 | 0 | 0.25 | 0.17 | 0.4 | 340 | 0.16 | 0.52 |
| Hex | 99 | 72 | 7F | 0 | 19 | 11 | 28 | 154 | 10 | 34 |
| Octal | 231 | 162 | 177 | 0 | 31 | 21 | 50 | 524 | 20 | 64 |
| Binary | 10011001 | 1110010 | 1111111 | 0 | 11001 | 10001 | 101000 | 101010100 | 10000 | 110100 |
Color Harmonies of #99727F
Complementary color
Monochromatic Colors of #99727F
Black with #99727F
Text Example
Text Example
White with #99727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99727F; }
p { color: rgb(153,114,127); }
H1.HeaderClassName
{
color: #99727F;
}
.AnyTagClassName
{
color: #99727F;
}
</style>
background-color css
<style>
a { background-color: #99727F; }
a { background-color: rgb(153,114,127); }
div.DivClassName
{
background-color: #99727F;
}
.BgClassName
{
background-color: #99727F;
}
</style>
border-color css
<style>
span { border-color: #99727F; }
span { border-color: rgb(153,114,127); }
td.TdClassName
{
border-color: #99727F;
}
.TagClassName
{
border-color: #99727F;
}
</style>