Shades of Venus #99757F
Tints of Venus #99757F
RGB
CMYK
RGB Variations
Color information
#99757F (or 0x99757F) is known color: Venus. HEX triplet: 99, 75 and 7F. RGB value is (153,117,127). Sum of RGB (Red+Green+Blue) = 153+117+127=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757F is #668A80. Grayscale: #808080. Windows color (decimal): -6720129 or 8353177. OLE color: 8353177.
HSL color Cylindrical-coordinate representation of color #99757F: hue angle of 343.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99757F is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 127 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.4 |
| HSL | 343.33º | 0.15% | 0.53% | - |
| HSV(B) | 343.33º | 0.24% | 0.6% | - |
| XYZ | 23.33 | 21.03 | 22.91 | - |
| YUV | 128.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 127 | 0 | 0.24 | 0.17 | 0.4 | 343.33 | 0.15 | 0.53 |
| Hex | 99 | 75 | 7F | 0 | 18 | 11 | 28 | 157 | F | 35 |
| Octal | 231 | 165 | 177 | 0 | 30 | 21 | 50 | 527 | 17 | 65 |
| Binary | 10011001 | 1110101 | 1111111 | 0 | 11000 | 10001 | 101000 | 101010111 | 1111 | 110101 |
Color Harmonies of #99757F
Complementary color
Monochromatic Colors of #99757F
Black with #99757F
Text Example
Text Example
White with #99757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99757F; }
p { color: rgb(153,117,127); }
H1.HeaderClassName
{
color: #99757F;
}
.AnyTagClassName
{
color: #99757F;
}
</style>
background-color css
<style>
a { background-color: #99757F; }
a { background-color: rgb(153,117,127); }
div.DivClassName
{
background-color: #99757F;
}
.BgClassName
{
background-color: #99757F;
}
</style>
border-color css
<style>
span { border-color: #99757F; }
span { border-color: rgb(153,117,127); }
td.TdClassName
{
border-color: #99757F;
}
.TagClassName
{
border-color: #99757F;
}
</style>