Shades of Venus #94737E
Tints of Venus #94737E
RGB
CMYK
RGB Variations
Color information
#94737E (or 0x94737E) is known color: Venus. HEX triplet: 94, 73 and 7E. RGB value is (148,115,126). Sum of RGB (Red+Green+Blue) = 148+115+126=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737E is #6B8C81. Grayscale: #7E7E7E. Windows color (decimal): -7048322 or 8287124. OLE color: 8287124.
HSL color Cylindrical-coordinate representation of color #94737E: hue angle of 340º 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 #94737E is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 126 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.42 |
| HSL | 340º | 0.13% | 0.52% | - |
| HSV(B) | 340º | 0.22% | 0.58% | - |
| XYZ | 22.11 | 20.06 | 22.45 | - |
| YUV | 126.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 126 | 0 | 0.22 | 0.15 | 0.42 | 340 | 0.13 | 0.52 |
| Hex | 94 | 73 | 7E | 0 | 16 | F | 2A | 154 | D | 34 |
| Octal | 224 | 163 | 176 | 0 | 26 | 17 | 52 | 524 | 15 | 64 |
| Binary | 10010100 | 1110011 | 1111110 | 0 | 10110 | 1111 | 101010 | 101010100 | 1101 | 110100 |
Color Harmonies of #94737E
Complementary color
Monochromatic Colors of #94737E
Black with #94737E
Text Example
Text Example
White with #94737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94737E; }
p { color: rgb(148,115,126); }
H1.HeaderClassName
{
color: #94737E;
}
.AnyTagClassName
{
color: #94737E;
}
</style>
background-color css
<style>
a { background-color: #94737E; }
a { background-color: rgb(148,115,126); }
div.DivClassName
{
background-color: #94737E;
}
.BgClassName
{
background-color: #94737E;
}
</style>
border-color css
<style>
span { border-color: #94737E; }
span { border-color: rgb(148,115,126); }
td.TdClassName
{
border-color: #94737E;
}
.TagClassName
{
border-color: #94737E;
}
</style>