Shades of Venus #947D85
Tints of Venus #947D85
RGB
CMYK
RGB Variations
Color information
#947D85 (or 0x947D85) is known color: Venus. HEX triplet: 94, 7D and 85. RGB value is (148,125,133). Sum of RGB (Red+Green+Blue) = 148+125+133=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #947D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D85 is #6B827A. Grayscale: #848484. Windows color (decimal): -7045755 or 8748436. OLE color: 8748436.
HSL color Cylindrical-coordinate representation of color #947D85: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #947D85 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 133 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.42 |
| HSL | 339.13º | 0.1% | 0.54% | - |
| HSV(B) | 339.13º | 0.16% | 0.58% | - |
| XYZ | 23.78 | 22.66 | 25.31 | - |
| YUV | 132.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 133 | 0 | 0.16 | 0.10 | 0.42 | 339.13 | 0.1 | 0.54 |
| Hex | 94 | 7D | 85 | 0 | 10 | A | 2A | 153 | A | 36 |
| Octal | 224 | 175 | 205 | 0 | 20 | 12 | 52 | 523 | 12 | 66 |
| Binary | 10010100 | 1111101 | 10000101 | 0 | 10000 | 1010 | 101010 | 101010011 | 1010 | 110110 |
Color Harmonies of #947D85
Complementary color
Monochromatic Colors of #947D85
Black with #947D85
Text Example
Text Example
White with #947D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D85; }
p { color: rgb(148,125,133); }
H1.HeaderClassName
{
color: #947D85;
}
.AnyTagClassName
{
color: #947D85;
}
</style>
background-color css
<style>
a { background-color: #947D85; }
a { background-color: rgb(148,125,133); }
div.DivClassName
{
background-color: #947D85;
}
.BgClassName
{
background-color: #947D85;
}
</style>
border-color css
<style>
span { border-color: #947D85; }
span { border-color: rgb(148,125,133); }
td.TdClassName
{
border-color: #947D85;
}
.TagClassName
{
border-color: #947D85;
}
</style>