Shades of Venus #93747E
Tints of Venus #93747E
RGB
CMYK
RGB Variations
Color information
#93747E (or 0x93747E) is known color: Venus. HEX triplet: 93, 74 and 7E. RGB value is (147,116,126). Sum of RGB (Red+Green+Blue) = 147+116+126=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93747E is #6C8B81. Grayscale: #7E7E7E. Windows color (decimal): -7113602 or 8287379. OLE color: 8287379.
HSL color Cylindrical-coordinate representation of color #93747E: hue angle of 340.65º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93747E is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 126 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.42 |
| HSL | 340.65º | 0.13% | 0.52% | - |
| HSV(B) | 340.65º | 0.21% | 0.58% | - |
| XYZ | 22.04 | 20.2 | 22.48 | - |
| YUV | 126.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 126 | 0 | 0.21 | 0.14 | 0.42 | 340.65 | 0.13 | 0.52 |
| Hex | 93 | 74 | 7E | 0 | 15 | E | 2A | 155 | D | 34 |
| Octal | 223 | 164 | 176 | 0 | 25 | 16 | 52 | 525 | 15 | 64 |
| Binary | 10010011 | 1110100 | 1111110 | 0 | 10101 | 1110 | 101010 | 101010101 | 1101 | 110100 |
Color Harmonies of #93747E
Complementary color
Monochromatic Colors of #93747E
Black with #93747E
Text Example
Text Example
White with #93747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93747E; }
p { color: rgb(147,116,126); }
H1.HeaderClassName
{
color: #93747E;
}
.AnyTagClassName
{
color: #93747E;
}
</style>
background-color css
<style>
a { background-color: #93747E; }
a { background-color: rgb(147,116,126); }
div.DivClassName
{
background-color: #93747E;
}
.BgClassName
{
background-color: #93747E;
}
</style>
border-color css
<style>
span { border-color: #93747E; }
span { border-color: rgb(147,116,126); }
td.TdClassName
{
border-color: #93747E;
}
.TagClassName
{
border-color: #93747E;
}
</style>