Shades of Venus #94727B
Tints of Venus #94727B
RGB
CMYK
RGB Variations
Color information
#94727B (or 0x94727B) is known color: Venus. HEX triplet: 94, 72 and 7B. RGB value is (148,114,123). Sum of RGB (Red+Green+Blue) = 148+114+123=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94727B is #6B8D84. Grayscale: #7D7D7D. Windows color (decimal): -7048581 or 8090260. OLE color: 8090260.
HSL color Cylindrical-coordinate representation of color #94727B: hue angle of 344.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94727B is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 123 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.42 |
| HSL | 344.12º | 0.14% | 0.51% | - |
| HSV(B) | 344.12º | 0.23% | 0.58% | - |
| XYZ | 21.81 | 19.76 | 21.4 | - |
| YUV | 125.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 123 | 0 | 0.23 | 0.17 | 0.42 | 344.12 | 0.14 | 0.51 |
| Hex | 94 | 72 | 7B | 0 | 17 | 11 | 2A | 158 | E | 33 |
| Octal | 224 | 162 | 173 | 0 | 27 | 21 | 52 | 530 | 16 | 63 |
| Binary | 10010100 | 1110010 | 1111011 | 0 | 10111 | 10001 | 101010 | 101011000 | 1110 | 110011 |
Color Harmonies of #94727B
Complementary color
Monochromatic Colors of #94727B
Black with #94727B
Text Example
Text Example
White with #94727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94727B; }
p { color: rgb(148,114,123); }
H1.HeaderClassName
{
color: #94727B;
}
.AnyTagClassName
{
color: #94727B;
}
</style>
background-color css
<style>
a { background-color: #94727B; }
a { background-color: rgb(148,114,123); }
div.DivClassName
{
background-color: #94727B;
}
.BgClassName
{
background-color: #94727B;
}
</style>
border-color css
<style>
span { border-color: #94727B; }
span { border-color: rgb(148,114,123); }
td.TdClassName
{
border-color: #94727B;
}
.TagClassName
{
border-color: #94727B;
}
</style>