Shades of Venus #94717C
Tints of Venus #94717C
RGB
CMYK
RGB Variations
Color information
#94717C (or 0x94717C) is known color: Venus. HEX triplet: 94, 71 and 7C. RGB value is (148,113,124). Sum of RGB (Red+Green+Blue) = 148+113+124=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94717C is #6B8E83. Grayscale: #7C7C7C. Windows color (decimal): -7048836 or 8155540. OLE color: 8155540.
HSL color Cylindrical-coordinate representation of color #94717C: hue angle of 341.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94717C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 124 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.42 |
| HSL | 341.14º | 0.14% | 0.51% | - |
| HSV(B) | 341.14º | 0.24% | 0.58% | - |
| XYZ | 21.76 | 19.56 | 21.7 | - |
| YUV | 124.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 124 | 0 | 0.24 | 0.16 | 0.42 | 341.14 | 0.14 | 0.51 |
| Hex | 94 | 71 | 7C | 0 | 18 | 10 | 2A | 155 | E | 33 |
| Octal | 224 | 161 | 174 | 0 | 30 | 20 | 52 | 525 | 16 | 63 |
| Binary | 10010100 | 1110001 | 1111100 | 0 | 11000 | 10000 | 101010 | 101010101 | 1110 | 110011 |
Color Harmonies of #94717C
Complementary color
Monochromatic Colors of #94717C
Black with #94717C
Text Example
Text Example
White with #94717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94717C; }
p { color: rgb(148,113,124); }
H1.HeaderClassName
{
color: #94717C;
}
.AnyTagClassName
{
color: #94717C;
}
</style>
background-color css
<style>
a { background-color: #94717C; }
a { background-color: rgb(148,113,124); }
div.DivClassName
{
background-color: #94717C;
}
.BgClassName
{
background-color: #94717C;
}
</style>
border-color css
<style>
span { border-color: #94717C; }
span { border-color: rgb(148,113,124); }
td.TdClassName
{
border-color: #94717C;
}
.TagClassName
{
border-color: #94717C;
}
</style>