Shades of Venus #937C84
Tints of Venus #937C84
RGB
CMYK
RGB Variations
Color information
#937C84 (or 0x937C84) is known color: Venus. HEX triplet: 93, 7C and 84. RGB value is (147,124,132). Sum of RGB (Red+Green+Blue) = 147+124+132=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #937C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C84 is #6C837B. Grayscale: #838383. Windows color (decimal): -7111548 or 8682643. OLE color: 8682643.
HSL color Cylindrical-coordinate representation of color #937C84: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937C84 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 132 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.42 |
| HSL | 339.13º | 0.1% | 0.53% | - |
| HSV(B) | 339.13º | 0.16% | 0.58% | - |
| XYZ | 23.41 | 22.28 | 24.9 | - |
| YUV | 131.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 132 | 0 | 0.16 | 0.10 | 0.42 | 339.13 | 0.1 | 0.53 |
| Hex | 93 | 7C | 84 | 0 | 10 | A | 2A | 153 | A | 35 |
| Octal | 223 | 174 | 204 | 0 | 20 | 12 | 52 | 523 | 12 | 65 |
| Binary | 10010011 | 1111100 | 10000100 | 0 | 10000 | 1010 | 101010 | 101010011 | 1010 | 110101 |
Color Harmonies of #937C84
Complementary color
Monochromatic Colors of #937C84
Black with #937C84
Text Example
Text Example
White with #937C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C84; }
p { color: rgb(147,124,132); }
H1.HeaderClassName
{
color: #937C84;
}
.AnyTagClassName
{
color: #937C84;
}
</style>
background-color css
<style>
a { background-color: #937C84; }
a { background-color: rgb(147,124,132); }
div.DivClassName
{
background-color: #937C84;
}
.BgClassName
{
background-color: #937C84;
}
</style>
border-color css
<style>
span { border-color: #937C84; }
span { border-color: rgb(147,124,132); }
td.TdClassName
{
border-color: #937C84;
}
.TagClassName
{
border-color: #937C84;
}
</style>