Shades of Venus #94787F
Tints of Venus #94787F
RGB
CMYK
RGB Variations
Color information
#94787F (or 0x94787F) is known color: Venus. HEX triplet: 94, 78 and 7F. RGB value is (148,120,127). Sum of RGB (Red+Green+Blue) = 148+120+127=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #94787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94787F is #6B8780. Grayscale: #818181. Windows color (decimal): -7047041 or 8353940. OLE color: 8353940.
HSL color Cylindrical-coordinate representation of color #94787F: hue angle of 345º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94787F is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 127 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.42 |
| HSL | 345º | 0.12% | 0.53% | - |
| HSV(B) | 345º | 0.19% | 0.58% | - |
| XYZ | 22.76 | 21.26 | 22.98 | - |
| YUV | 129.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 127 | 0 | 0.19 | 0.14 | 0.42 | 345 | 0.12 | 0.53 |
| Hex | 94 | 78 | 7F | 0 | 13 | E | 2A | 159 | C | 35 |
| Octal | 224 | 170 | 177 | 0 | 23 | 16 | 52 | 531 | 14 | 65 |
| Binary | 10010100 | 1111000 | 1111111 | 0 | 10011 | 1110 | 101010 | 101011001 | 1100 | 110101 |
Color Harmonies of #94787F
Complementary color
Monochromatic Colors of #94787F
Black with #94787F
Text Example
Text Example
White with #94787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94787F; }
p { color: rgb(148,120,127); }
H1.HeaderClassName
{
color: #94787F;
}
.AnyTagClassName
{
color: #94787F;
}
</style>
background-color css
<style>
a { background-color: #94787F; }
a { background-color: rgb(148,120,127); }
div.DivClassName
{
background-color: #94787F;
}
.BgClassName
{
background-color: #94787F;
}
</style>
border-color css
<style>
span { border-color: #94787F; }
span { border-color: rgb(148,120,127); }
td.TdClassName
{
border-color: #94787F;
}
.TagClassName
{
border-color: #94787F;
}
</style>