Shades of Venus #94737C
Tints of Venus #94737C
RGB
CMYK
RGB Variations
Color information
#94737C (or 0x94737C) is known color: Venus. HEX triplet: 94, 73 and 7C. RGB value is (148,115,124). Sum of RGB (Red+Green+Blue) = 148+115+124=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737C is #6B8C83. Grayscale: #7D7D7D. Windows color (decimal): -7048324 or 8156052. OLE color: 8156052.
HSL color Cylindrical-coordinate representation of color #94737C: hue angle of 343.64º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94737C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 124 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.42 |
| HSL | 343.64º | 0.13% | 0.52% | - |
| HSV(B) | 343.64º | 0.22% | 0.58% | - |
| XYZ | 21.98 | 20.01 | 21.77 | - |
| YUV | 125.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 124 | 0 | 0.22 | 0.16 | 0.42 | 343.64 | 0.13 | 0.52 |
| Hex | 94 | 73 | 7C | 0 | 16 | 10 | 2A | 158 | D | 34 |
| Octal | 224 | 163 | 174 | 0 | 26 | 20 | 52 | 530 | 15 | 64 |
| Binary | 10010100 | 1110011 | 1111100 | 0 | 10110 | 10000 | 101010 | 101011000 | 1101 | 110100 |
Color Harmonies of #94737C
Complementary color
Monochromatic Colors of #94737C
Black with #94737C
Text Example
Text Example
White with #94737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94737C; }
p { color: rgb(148,115,124); }
H1.HeaderClassName
{
color: #94737C;
}
.AnyTagClassName
{
color: #94737C;
}
</style>
background-color css
<style>
a { background-color: #94737C; }
a { background-color: rgb(148,115,124); }
div.DivClassName
{
background-color: #94737C;
}
.BgClassName
{
background-color: #94737C;
}
</style>
border-color css
<style>
span { border-color: #94737C; }
span { border-color: rgb(148,115,124); }
td.TdClassName
{
border-color: #94737C;
}
.TagClassName
{
border-color: #94737C;
}
</style>