Shades of Venus #95717C
Tints of Venus #95717C
RGB
CMYK
RGB Variations
Color information
#95717C (or 0x95717C) is known color: Venus. HEX triplet: 95, 71 and 7C. RGB value is (149,113,124). Sum of RGB (Red+Green+Blue) = 149+113+124=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717C is #6A8E83. Grayscale: #7D7D7D. Windows color (decimal): -6983300 or 8155541. OLE color: 8155541.
HSL color Cylindrical-coordinate representation of color #95717C: hue angle of 341.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95717C is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 124 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.42 |
| HSL | 341.67º | 0.15% | 0.51% | - |
| HSV(B) | 341.67º | 0.24% | 0.58% | - |
| XYZ | 21.94 | 19.66 | 21.71 | - |
| YUV | 125.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 124 | 0 | 0.24 | 0.17 | 0.42 | 341.67 | 0.15 | 0.51 |
| Hex | 95 | 71 | 7C | 0 | 18 | 11 | 2A | 156 | F | 33 |
| Octal | 225 | 161 | 174 | 0 | 30 | 21 | 52 | 526 | 17 | 63 |
| Binary | 10010101 | 1110001 | 1111100 | 0 | 11000 | 10001 | 101010 | 101010110 | 1111 | 110011 |
Color Harmonies of #95717C
Complementary color
Monochromatic Colors of #95717C
Black with #95717C
Text Example
Text Example
White with #95717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95717C; }
p { color: rgb(149,113,124); }
H1.HeaderClassName
{
color: #95717C;
}
.AnyTagClassName
{
color: #95717C;
}
</style>
background-color css
<style>
a { background-color: #95717C; }
a { background-color: rgb(149,113,124); }
div.DivClassName
{
background-color: #95717C;
}
.BgClassName
{
background-color: #95717C;
}
</style>
border-color css
<style>
span { border-color: #95717C; }
span { border-color: rgb(149,113,124); }
td.TdClassName
{
border-color: #95717C;
}
.TagClassName
{
border-color: #95717C;
}
</style>