Shades of Venus #95737C
Tints of Venus #95737C
RGB
CMYK
RGB Variations
Color information
#95737C (or 0x95737C) is known color: Venus. HEX triplet: 95, 73 and 7C. RGB value is (149,115,124). Sum of RGB (Red+Green+Blue) = 149+115+124=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737C is #6A8C83. Grayscale: #7E7E7E. Windows color (decimal): -6982788 or 8156053. OLE color: 8156053.
HSL color Cylindrical-coordinate representation of color #95737C: hue angle of 344.12º 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 #95737C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 124 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.42 |
| HSL | 344.12º | 0.14% | 0.52% | - |
| HSV(B) | 344.12º | 0.23% | 0.58% | - |
| XYZ | 22.16 | 20.11 | 21.78 | - |
| YUV | 126.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 124 | 0 | 0.23 | 0.17 | 0.42 | 344.12 | 0.14 | 0.52 |
| Hex | 95 | 73 | 7C | 0 | 17 | 11 | 2A | 158 | E | 34 |
| Octal | 225 | 163 | 174 | 0 | 27 | 21 | 52 | 530 | 16 | 64 |
| Binary | 10010101 | 1110011 | 1111100 | 0 | 10111 | 10001 | 101010 | 101011000 | 1110 | 110100 |
Color Harmonies of #95737C
Complementary color
Monochromatic Colors of #95737C
Black with #95737C
Text Example
Text Example
White with #95737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95737C; }
p { color: rgb(149,115,124); }
H1.HeaderClassName
{
color: #95737C;
}
.AnyTagClassName
{
color: #95737C;
}
</style>
background-color css
<style>
a { background-color: #95737C; }
a { background-color: rgb(149,115,124); }
div.DivClassName
{
background-color: #95737C;
}
.BgClassName
{
background-color: #95737C;
}
</style>
border-color css
<style>
span { border-color: #95737C; }
span { border-color: rgb(149,115,124); }
td.TdClassName
{
border-color: #95737C;
}
.TagClassName
{
border-color: #95737C;
}
</style>