Shades of Venus #95727C
Tints of Venus #95727C
RGB
CMYK
RGB Variations
Color information
#95727C (or 0x95727C) is known color: Venus. HEX triplet: 95, 72 and 7C. RGB value is (149,114,124). Sum of RGB (Red+Green+Blue) = 149+114+124=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95727C is #6A8D83. Grayscale: #7D7D7D. Windows color (decimal): -6983044 or 8155797. OLE color: 8155797.
HSL color Cylindrical-coordinate representation of color #95727C: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95727C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 124 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.42 |
| HSL | 342.86º | 0.14% | 0.52% | - |
| HSV(B) | 342.86º | 0.23% | 0.58% | - |
| XYZ | 22.05 | 19.88 | 21.74 | - |
| YUV | 125.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 124 | 0 | 0.23 | 0.17 | 0.42 | 342.86 | 0.14 | 0.52 |
| Hex | 95 | 72 | 7C | 0 | 17 | 11 | 2A | 157 | E | 34 |
| Octal | 225 | 162 | 174 | 0 | 27 | 21 | 52 | 527 | 16 | 64 |
| Binary | 10010101 | 1110010 | 1111100 | 0 | 10111 | 10001 | 101010 | 101010111 | 1110 | 110100 |
Color Harmonies of #95727C
Complementary color
Monochromatic Colors of #95727C
Black with #95727C
Text Example
Text Example
White with #95727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95727C; }
p { color: rgb(149,114,124); }
H1.HeaderClassName
{
color: #95727C;
}
.AnyTagClassName
{
color: #95727C;
}
</style>
background-color css
<style>
a { background-color: #95727C; }
a { background-color: rgb(149,114,124); }
div.DivClassName
{
background-color: #95727C;
}
.BgClassName
{
background-color: #95727C;
}
</style>
border-color css
<style>
span { border-color: #95727C; }
span { border-color: rgb(149,114,124); }
td.TdClassName
{
border-color: #95727C;
}
.TagClassName
{
border-color: #95727C;
}
</style>