Shades of Venus #95737B
Tints of Venus #95737B
RGB
CMYK
RGB Variations
Color information
#95737B (or 0x95737B) is known color: Venus. HEX triplet: 95, 73 and 7B. RGB value is (149,115,123). Sum of RGB (Red+Green+Blue) = 149+115+123=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95737B is #6A8C84. Grayscale: #7E7E7E. Windows color (decimal): -6982789 or 8090517. OLE color: 8090517.
HSL color Cylindrical-coordinate representation of color #95737B: hue angle of 345.88º 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 #95737B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 123 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.42 |
| HSL | 345.88º | 0.14% | 0.52% | - |
| HSV(B) | 345.88º | 0.23% | 0.58% | - |
| XYZ | 22.1 | 20.08 | 21.45 | - |
| YUV | 126.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 123 | 0 | 0.23 | 0.17 | 0.42 | 345.88 | 0.14 | 0.52 |
| Hex | 95 | 73 | 7B | 0 | 17 | 11 | 2A | 15A | E | 34 |
| Octal | 225 | 163 | 173 | 0 | 27 | 21 | 52 | 532 | 16 | 64 |
| Binary | 10010101 | 1110011 | 1111011 | 0 | 10111 | 10001 | 101010 | 101011010 | 1110 | 110100 |
Color Harmonies of #95737B
Complementary color
Monochromatic Colors of #95737B
Black with #95737B
Text Example
Text Example
White with #95737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95737B; }
p { color: rgb(149,115,123); }
H1.HeaderClassName
{
color: #95737B;
}
.AnyTagClassName
{
color: #95737B;
}
</style>
background-color css
<style>
a { background-color: #95737B; }
a { background-color: rgb(149,115,123); }
div.DivClassName
{
background-color: #95737B;
}
.BgClassName
{
background-color: #95737B;
}
</style>
border-color css
<style>
span { border-color: #95737B; }
span { border-color: rgb(149,115,123); }
td.TdClassName
{
border-color: #95737B;
}
.TagClassName
{
border-color: #95737B;
}
</style>