Shades of Venus #94747C
Tints of Venus #94747C
RGB
CMYK
RGB Variations
Color information
#94747C (or 0x94747C) is known color: Venus. HEX triplet: 94, 74 and 7C. RGB value is (148,116,124). Sum of RGB (Red+Green+Blue) = 148+116+124=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94747C is #6B8B83. Grayscale: #7E7E7E. Windows color (decimal): -7048068 or 8156308. OLE color: 8156308.
HSL color Cylindrical-coordinate representation of color #94747C: hue angle of 345º 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 #94747C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 124 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.42 |
| HSL | 345º | 0.13% | 0.52% | - |
| HSV(B) | 345º | 0.22% | 0.58% | - |
| XYZ | 22.1 | 20.24 | 21.81 | - |
| YUV | 126.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 124 | 0 | 0.22 | 0.16 | 0.42 | 345 | 0.13 | 0.52 |
| Hex | 94 | 74 | 7C | 0 | 16 | 10 | 2A | 159 | D | 34 |
| Octal | 224 | 164 | 174 | 0 | 26 | 20 | 52 | 531 | 15 | 64 |
| Binary | 10010100 | 1110100 | 1111100 | 0 | 10110 | 10000 | 101010 | 101011001 | 1101 | 110100 |
Color Harmonies of #94747C
Complementary color
Monochromatic Colors of #94747C
Black with #94747C
Text Example
Text Example
White with #94747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94747C; }
p { color: rgb(148,116,124); }
H1.HeaderClassName
{
color: #94747C;
}
.AnyTagClassName
{
color: #94747C;
}
</style>
background-color css
<style>
a { background-color: #94747C; }
a { background-color: rgb(148,116,124); }
div.DivClassName
{
background-color: #94747C;
}
.BgClassName
{
background-color: #94747C;
}
</style>
border-color css
<style>
span { border-color: #94747C; }
span { border-color: rgb(148,116,124); }
td.TdClassName
{
border-color: #94747C;
}
.TagClassName
{
border-color: #94747C;
}
</style>