Shades of Venus #95707C
Tints of Venus #95707C
RGB
CMYK
RGB Variations
Color information
#95707C (or 0x95707C) is known color: Venus. HEX triplet: 95, 70 and 7C. RGB value is (149,112,124). Sum of RGB (Red+Green+Blue) = 149+112+124=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95707C is #6A8F83. Grayscale: #7C7C7C. Windows color (decimal): -6983556 or 8155285. OLE color: 8155285.
HSL color Cylindrical-coordinate representation of color #95707C: hue angle of 340.54º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95707C is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 124 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.42 |
| HSL | 340.54º | 0.15% | 0.51% | - |
| HSV(B) | 340.54º | 0.25% | 0.58% | - |
| XYZ | 21.83 | 19.43 | 21.67 | - |
| YUV | 124.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 124 | 0 | 0.25 | 0.17 | 0.42 | 340.54 | 0.15 | 0.51 |
| Hex | 95 | 70 | 7C | 0 | 19 | 11 | 2A | 155 | F | 33 |
| Octal | 225 | 160 | 174 | 0 | 31 | 21 | 52 | 525 | 17 | 63 |
| Binary | 10010101 | 1110000 | 1111100 | 0 | 11001 | 10001 | 101010 | 101010101 | 1111 | 110011 |
Color Harmonies of #95707C
Complementary color
Monochromatic Colors of #95707C
Black with #95707C
Text Example
Text Example
White with #95707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95707C; }
p { color: rgb(149,112,124); }
H1.HeaderClassName
{
color: #95707C;
}
.AnyTagClassName
{
color: #95707C;
}
</style>
background-color css
<style>
a { background-color: #95707C; }
a { background-color: rgb(149,112,124); }
div.DivClassName
{
background-color: #95707C;
}
.BgClassName
{
background-color: #95707C;
}
</style>
border-color css
<style>
span { border-color: #95707C; }
span { border-color: rgb(149,112,124); }
td.TdClassName
{
border-color: #95707C;
}
.TagClassName
{
border-color: #95707C;
}
</style>