Shades of Venus #95737D
Tints of Venus #95737D
RGB
CMYK
RGB Variations
Color information
#95737D (or 0x95737D) is known color: Venus. HEX triplet: 95, 73 and 7D. RGB value is (149,115,125). Sum of RGB (Red+Green+Blue) = 149+115+125=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737D is #6A8C82. Grayscale: #7E7E7E. Windows color (decimal): -6982787 or 8221589. OLE color: 8221589.
HSL color Cylindrical-coordinate representation of color #95737D: hue angle of 342.35º 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 #95737D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 125 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.42 |
| HSL | 342.35º | 0.14% | 0.52% | - |
| HSV(B) | 342.35º | 0.23% | 0.58% | - |
| XYZ | 22.23 | 20.13 | 22.12 | - |
| YUV | 126.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 125 | 0 | 0.23 | 0.16 | 0.42 | 342.35 | 0.14 | 0.52 |
| Hex | 95 | 73 | 7D | 0 | 17 | 10 | 2A | 156 | E | 34 |
| Octal | 225 | 163 | 175 | 0 | 27 | 20 | 52 | 526 | 16 | 64 |
| Binary | 10010101 | 1110011 | 1111101 | 0 | 10111 | 10000 | 101010 | 101010110 | 1110 | 110100 |
Color Harmonies of #95737D
Complementary color
Monochromatic Colors of #95737D
Black with #95737D
Text Example
Text Example
White with #95737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95737D; }
p { color: rgb(149,115,125); }
H1.HeaderClassName
{
color: #95737D;
}
.AnyTagClassName
{
color: #95737D;
}
</style>
background-color css
<style>
a { background-color: #95737D; }
a { background-color: rgb(149,115,125); }
div.DivClassName
{
background-color: #95737D;
}
.BgClassName
{
background-color: #95737D;
}
</style>
border-color css
<style>
span { border-color: #95737D; }
span { border-color: rgb(149,115,125); }
td.TdClassName
{
border-color: #95737D;
}
.TagClassName
{
border-color: #95737D;
}
</style>